Skip to content

Commit 856d746

Browse files
committed
Correct package header file example to use .h
1 parent eb64c61 commit 856d746

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)