[Rcpp-commits] r2712 - pkg/Rcpp/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Dec 4 18:26:56 CET 2010
Author: romain
Date: 2010-12-04 18:26:56 +0100 (Sat, 04 Dec 2010)
New Revision: 2712
Modified:
pkg/Rcpp/man/Module-class.Rd
Log:
pleasing R CMD check
Modified: pkg/Rcpp/man/Module-class.Rd
===================================================================
--- pkg/Rcpp/man/Module-class.Rd 2010-12-04 16:46:26 UTC (rev 2711)
+++ pkg/Rcpp/man/Module-class.Rd 2010-12-04 17:26:56 UTC (rev 2712)
@@ -5,6 +5,7 @@
\alias{$,Module-method}
\alias{prompt,Module-method}
\alias{show,Module-method}
+\alias{initialize,Module-method}
\title{Rcpp modules}
\description{
@@ -13,19 +14,15 @@
\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{Methods}{
\describe{
\item{$}{\code{signature(x = "Module")}: extract a function or a class from the module. }
\item{prompt}{\code{signature(object = "Module")}: generates skeleton of a documentation for a Module. }
\item{show}{\code{signature(object = "Module")}: summary information about the module. }
+ \item{initialize}{\code{signature(.Object = "Module")}: ... }
}
}
\seealso{
- \code{\link{Module}}
+ The \code{\link{Module}} function
}
\keyword{classes}
More information about the Rcpp-commits
mailing list