[Rcpp-commits] r4370 - pkg/Rcpp/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Jun 24 02:13:52 CEST 2013
Author: edd
Date: 2013-06-24 02:13:52 +0200 (Mon, 24 Jun 2013)
New Revision: 4370
Modified:
pkg/Rcpp/man/setRcppClass.Rd
Log:
set 90-column limit requested by CRAN
Modified: pkg/Rcpp/man/setRcppClass.Rd
===================================================================
--- pkg/Rcpp/man/setRcppClass.Rd 2013-06-23 20:44:25 UTC (rev 4369)
+++ pkg/Rcpp/man/setRcppClass.Rd 2013-06-24 00:13:52 UTC (rev 4370)
@@ -11,7 +11,8 @@
C++ class.
}
\usage{
-setRcppClass(Class, CppClass, module, fields = list(), contains = , methods = , saveAs = Class, where = , ...)
+setRcppClass(Class, CppClass, module, fields = list(), contains = ,
+ methods = , saveAs = Class, where = , ...)
}
%- maybe also 'usage' for other objects documented here.
\arguments{
@@ -36,7 +37,8 @@
\item{saveAs}{
Save a generator object for the class in the package's namespace under
this name. By default, the generator object has the name of the
-class. To avoid saving any generator object, supply this argument as \code{NULL}.
+class. To avoid saving any generator object, supply this argument as
+\code{NULL}.
}
\item{where}{
The environment in which to save the class definition. By default,
More information about the Rcpp-commits
mailing list