[Rcolony-commits] r68 - pkg/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Apr 7 19:26:09 CEST 2012


Author: jonesor
Date: 2012-04-07 19:26:09 +0200 (Sat, 07 Apr 2012)
New Revision: 68

Modified:
   pkg/man/run.colony.Rd
Log:
Fixed Rd/R default mismatch

Modified: pkg/man/run.colony.Rd
===================================================================
--- pkg/man/run.colony.Rd	2011-01-05 14:28:17 UTC (rev 67)
+++ pkg/man/run.colony.Rd	2012-04-07 17:26:09 UTC (rev 68)
@@ -3,7 +3,7 @@
 \title{A function to run Colony2 from within the R environment.}
 \description{
 This function used \code{system} to call Colony2 from within R.}
-\usage{run.colony(colonyexecpath="prompt",datfilepath="prompt",wait=TRUE,monitor=TRUE)}
+\usage{run.colony(colonyexecpath="prompt",datfilepath="prompt",wait=FALSE,monitor=TRUE)}
 
 \arguments{
   \item{colonyexecpath}{The path to the Colony2 executable. If none is given, and the function defaults to \"prompt\", then you will be prompted to click on the file.}



More information about the Rcolony-commits mailing list