[Rcolony-commits] r54 - pkg/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu May 14 15:33:13 CEST 2009


Author: jonesor
Date: 2009-05-14 15:33:13 +0200 (Thu, 14 May 2009)
New Revision: 54

Modified:
   pkg/man/get.interm.data.Rd
   pkg/man/monitor.colony.Rd
Log:
Fixed variable definition error

Modified: pkg/man/get.interm.data.Rd
===================================================================
--- pkg/man/get.interm.data.Rd	2009-05-14 13:29:11 UTC (rev 53)
+++ pkg/man/get.interm.data.Rd	2009-05-14 13:33:13 UTC (rev 54)
@@ -6,11 +6,11 @@
 While it is running, Colony2 produces output to indicate it's progress. This function allows R to import the outputs produced.}
 
 \usage{
-get.interm.data(v1="CrLogL",datadir=getwd())
+get.interm.data(variable="CrLogL",datadir=getwd())
 }
 %- maybe also 'usage' for other objects documented here.
 \arguments{
-  \item{v1}{The name of the variable required. }
+  \item{variable}{The name of the variable required. }
   \item{datadir}{ ~~Describe \code{colony.object} here~~ }
 
 }

Modified: pkg/man/monitor.colony.Rd
===================================================================
--- pkg/man/monitor.colony.Rd	2009-05-14 13:29:11 UTC (rev 53)
+++ pkg/man/monitor.colony.Rd	2009-05-14 13:33:13 UTC (rev 54)
@@ -60,6 +60,11 @@
 
 \seealso{ \code{\link{get.interm.data}} }
 
-\examples{monitor.colony(variable="CrLogL",interv.t=2)}
+\examples{
 
+##Not run
+#monitor.colony(variable="CrLogL",interv.t=2)
+##End not run
+}
+
 \keyword{ data }



More information about the Rcolony-commits mailing list