[Rcpp-commits] r2095 - pkg/Rcpp/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Sep 10 12:25:22 CEST 2010
Author: romain
Date: 2010-09-10 12:25:22 +0200 (Fri, 10 Sep 2010)
New Revision: 2095
Modified:
pkg/Rcpp/man/Module-class.Rd
pkg/Rcpp/man/Module.Rd
Log:
minor codoc edits (to make R CMD check happy)
Modified: pkg/Rcpp/man/Module-class.Rd
===================================================================
--- pkg/Rcpp/man/Module-class.Rd 2010-09-10 10:15:19 UTC (rev 2094)
+++ pkg/Rcpp/man/Module-class.Rd 2010-09-10 10:25:22 UTC (rev 2095)
@@ -13,11 +13,11 @@
\section{Objects from the Class}{
modules are created by the \code{link{Module}} function
}
-\section{Slots}{
- \describe{
- \item{\code{pointer}:}{ external pointer of class \code{Rcpp::Module} }
- }
-}
+% \section{Slots}{
+% \describe{
+% \item{\code{pointer}:}{ external pointer of class \code{Rcpp::Module} }
+% }
+% }
\section{Methods}{
\describe{
\item{$}{\code{signature(x = "Module")}: extract a function or a class from the module. }
Modified: pkg/Rcpp/man/Module.Rd
===================================================================
--- pkg/Rcpp/man/Module.Rd 2010-09-10 10:15:19 UTC (rev 2094)
+++ pkg/Rcpp/man/Module.Rd 2010-09-10 10:25:22 UTC (rev 2095)
@@ -8,7 +8,7 @@
package.
}
\usage{
-Module(module, PACKAGE = getPackageName(where), where = topenv(parent.frame()) )
+Module(module, PACKAGE = getPackageName(where), where = topenv(parent.frame()), mustStart = FALSE )
}
\arguments{
\item{module}{Name of the module, as declared in the \code{RCPP_MODULE} macro internally}
@@ -16,6 +16,7 @@
\item{where}{When the module is loaded, S4 classes are defined based on the
internal classes. This argument is passed to \code{\link{setClass}}
}
+\item{mustStart}{TODO}
}
\value{
An object of class \linkS4class{Module} collecting functions
More information about the Rcpp-commits
mailing list