Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit322fe66

Browse files
committed
fix typo on version, adjust whitespace/indent too
1 parent558e934 commit322fe66

File tree

2 files changed

+17
-13
lines changed

2 files changed

+17
-13
lines changed

‎ChangeLog‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2018-07-27 Dirk Eddelbuettel <edd@debian.org>
2+
3+
* man/loadRcppModules-deprecated.Rd: Fix typo: was deprecated in
4+
0.12.5, not 0.16.5 which does not exist
5+
16
2018-07-26 Dirk Eddelbuettel <edd@debian.org>
27

38
* vignettes/Rcpp-FAQ.Rmd: Use collapse: true

‎man/loadRcppModules-deprecated.Rd‎

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,26 @@
11
\name{loadRcppModules-deprecated}
22
\alias{loadRcppModules}
33
\title{
4-
LoadsRcppmodulesonpackagestartup
4+
LoadsRcppmodulesonpackagestartup
55
}
66
\description{
7-
\emph{Note:}Asofrelease0.16.5,thisfunctionisdeprecated;
7+
\emph{Note:}Asofrelease0.12.5,thisfunctionisdeprecated;
88
\code{\link{loadModule}}shouldbeusedinstead.
9-
10-
FunctiontosimplifyloadingRcppmodulescontainedinapackage.
11-
Thisfunctionmustbecalledfromthe \code{.onLoad}functionofapackage.
12-
Itusesthe \code{RcppModules}fieldofthepackage \code{DESCRIPTION}file
13-
toquerythenamesofthemodulesthatthepackageshouldexport,loadseachmodule,
14-
and \code{\link{populate}}eachmoduleintothepackageNAMESPACE.
9+
10+
FunctiontosimplifyloadingRcppmodulescontainedinapackage.
11+
Thisfunctionmustbecalledfromthe \code{.onLoad}functionofapackage.
12+
Itusesthe \code{RcppModules}fieldofthepackage \code{DESCRIPTION}file
13+
toquerythenamesofthemodulesthatthepackageshouldexport,loadseachmodule,
14+
and \code{\link{populate}}eachmoduleintothepackageNAMESPACE.
1515
}
1616
\usage{
17-
loadRcppModules(direct=TRUE)
17+
loadRcppModules(direct=TRUE)
1818
}
1919
\arguments{
20-
\item{direct}{if \code{TRUE}thecontentofthemoduleisexposedinthe
21-
namespace.Otherwise,themoduleisexposed. }
20+
\item{direct}{if \code{TRUE}thecontentofthemoduleisexposedinthe
21+
namespace.Otherwise,themoduleisexposed. }
2222
}
2323
\seealso{
24-
\code{\link{populate}}, \code{\link{loadModule}}
24+
\code{\link{populate}}, \code{\link{loadModule}}
2525
}
2626
\keyword{interface}
27-

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp