We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 649340b commit ac488f6Copy full SHA for ac488f6
R/skeleton.R
@@ -109,7 +109,6 @@ RcppParallel.package.skeleton <- function(name = "anRpackage",
109
message(" >> added src/Makevars")
110
cat(
111
c(
112
- 'CXX_STD = CXX11',
113
'# We also need importFrom(RcppParallel,RcppParallelLibs) in NAMESPACE',
114
'PKG_LIBS += $(shell ${R_HOME}/bin/Rscript -e "RcppParallel::RcppParallelLibs()")'
115
),
@@ -121,7 +120,6 @@ RcppParallel.package.skeleton <- function(name = "anRpackage",
121
120
message(" >> added src/Makevars.win")
122
123
124
125
'PKG_CXXFLAGS += -DRCPP_PARALLEL_USE_TBB=1',
126
'PKG_LIBS += $(shell "${R_HOME}/bin${R_ARCH_BIN}/Rscript.exe" -e "RcppParallel::RcppParallelLibs()")'
127
0 commit comments