Skip to content

Commit 59bb4b1

Browse files
committed
Merge branch 'master' of https://github.com/RcppCore/Rcpp
2 parents 2e52627 + 856d746 commit 59bb4b1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2014-03-18 JJ Allaire <[email protected]>
2+
3+
* man/cppFunction.Rd: Correct package header file example to use .h
4+
15
2014-03-14 Dirk Eddelbuettel <[email protected]>
26

37
* inst/include/Rcpp/DataFrame.h (Rcpp): Add missing return in Impl method

man/cppFunction.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cppFunction(code, depends = character(), plugins = character(),
1717
Source code for the function definition.
1818
}
1919
\item{depends}{
20-
Character vector of packages that the compilation depends on. Each package listed will first be queried for an \link[inline:plugins]{inline plugin} to determine header files to include. If no plugin is defined for the package then a header file based the package's name (e.g. \code{PkgName.hpp}) will be included.
20+
Character vector of packages that the compilation depends on. Each package listed will first be queried for an \link[inline:plugins]{inline plugin} to determine header files to include. If no plugin is defined for the package then a header file based the package's name (e.g. \code{PkgName.h}) will be included.
2121
}
2222
\item{plugins}{
2323
Character vector of \link[inline:plugins]{inline plugins} to use for the compliation.

0 commit comments

Comments
 (0)