Skip to content

Commit fdc4ad4

Browse files
committed
remove (ancient !!) ref to src/Makevars
1 parent d6ec27f commit fdc4ad4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

man/Rcpp.package.skeleton.Rd

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@ Rcpp.package.skeleton(name = "anRpackage", list = character(),
4747
The \samp{NAMESPACE} gains a \code{useDynLib} directive as well
4848
as an \code{importFrom(Rcpp, evalCpp} to ensure instantiation of Rcpp.
4949

50-
The \samp{src} directory is created if it does not exists and
51-
a \samp{Makevars} file is added setting the environment variables
52-
\samp{PKG_LIBS} to accomodate the necessary flags to link with the Rcpp library.
50+
The \samp{src} directory is created if it does not exists.
5351

5452
If \code{cpp_files} are provided then they will be copied to the \samp{src}
5553
directory.

0 commit comments

Comments
 (0)