We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4a7edc commit 19d448aCopy full SHA for 19d448a
1 file changed
R/skeleton.R
@@ -57,6 +57,7 @@ RcppParallel.package.skeleton <- function(name = "anRpackage",
57
cat(
58
c(
59
'CXX_STD = CXX11',
60
+ '# We also need importFrom(RcppParallel,RcppParallelLibs) in NAMESPACE',
61
'PKG_LIBS += $(shell ${R_HOME}/bin/Rscript -e "RcppParallel::RcppParallelLibs()")'
62
),
63
file = "src/Makevars",
0 commit comments