|
1 | 1 | \name{loadRcppModules-deprecated} |
2 | 2 | \alias{loadRcppModules} |
3 | 3 | \title{ |
4 | | -Loads Rcpp modules on package startup |
| 4 | + Loads Rcpp modules on package startup |
5 | 5 | } |
6 | 6 | \description{ |
7 | | - \emph{Note:} As of release 0.16.5, this function is deprecated; |
| 7 | + \emph{Note:} As of release 0.12.5, this function is deprecated; |
8 | 8 | \code{\link{loadModule}} should be used instead. |
9 | | - |
10 | | -Function to simplify loading Rcpp modules contained in a package. |
11 | | -This function must be called from the \code{.onLoad} function of a package. |
12 | | -It uses the \code{RcppModules} field of the package \code{DESCRIPTION} file |
13 | | -to query the names of the modules that the package should export, loads each module, |
14 | | -and \code{\link{populate}} each module into the package NAMESPACE. |
| 9 | + |
| 10 | + Function to simplify loading Rcpp modules contained in a package. |
| 11 | + This function must be called from the \code{.onLoad} function of a package. |
| 12 | + It uses the \code{RcppModules} field of the package \code{DESCRIPTION} file |
| 13 | + to query the names of the modules that the package should export, loads each module, |
| 14 | + and \code{\link{populate}} each module into the package NAMESPACE. |
15 | 15 | } |
16 | 16 | \usage{ |
17 | | -loadRcppModules(direct=TRUE) |
| 17 | + loadRcppModules(direct=TRUE) |
18 | 18 | } |
19 | 19 | \arguments{ |
20 | | - \item{direct}{if \code{TRUE} the content of the module is exposed in the |
21 | | - namespace. Otherwise, the module is exposed. } |
| 20 | + \item{direct}{if \code{TRUE} the content of the module is exposed in the |
| 21 | + namespace. Otherwise, the module is exposed. } |
22 | 22 | } |
23 | 23 | \seealso{ |
24 | | - \code{\link{populate}}, \code{\link{loadModule}} |
| 24 | + \code{\link{populate}}, \code{\link{loadModule}} |
25 | 25 | } |
26 | 26 | \keyword{interface} |
27 | | - |
0 commit comments