[Rcolony-commits] r9 - pkg/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Apr 20 14:34:50 CEST 2009
Author: jonesor
Date: 2009-04-20 14:34:50 +0200 (Mon, 20 Apr 2009)
New Revision: 9
Modified:
pkg/R/run.colony.R
Log:
Removed junk line from run.colony.R.
Modified: pkg/R/run.colony.R
===================================================================
--- pkg/R/run.colony.R 2009-04-20 12:27:34 UTC (rev 8)
+++ pkg/R/run.colony.R 2009-04-20 12:34:50 UTC (rev 9)
@@ -26,14 +26,12 @@
system(paste("cp",paste(colonypath,colonyexec,sep=""),datadir,sep=" "))
system(paste("mv",paste(datadir,filename,sep=""),paste(datadir,"Colony2.DAT",sep=""),sep=" "))
-system("./Colony2.exe 2>&1 | tee foo.txt",wait=wait)
-#capture.output(system("./Colony2.exe",wait=wait,intern=TRUE),file="Test.txt")
+system("./Colony2.exe 2>&1 | tee temp.txt",wait=wait)
system(paste("mv",paste(datadir,"Colony2.DAT",sep=""),paste(datadir,filename,sep=""),sep=" "))
system("rm Colony2.exe")
-2 > &1 | tee foo.txt
}else{if(platform$OS.type=="windows"){
#Windows commands
More information about the Rcolony-commits
mailing list