Skip to content

Commit ac488f6

Browse files
committed
remove references to CXX_STD in skeleton
1 parent 649340b commit ac488f6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

R/skeleton.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ RcppParallel.package.skeleton <- function(name = "anRpackage",
109109
message(" >> added src/Makevars")
110110
cat(
111111
c(
112-
'CXX_STD = CXX11',
113112
'# We also need importFrom(RcppParallel,RcppParallelLibs) in NAMESPACE',
114113
'PKG_LIBS += $(shell ${R_HOME}/bin/Rscript -e "RcppParallel::RcppParallelLibs()")'
115114
),
@@ -121,7 +120,6 @@ RcppParallel.package.skeleton <- function(name = "anRpackage",
121120
message(" >> added src/Makevars.win")
122121
cat(
123122
c(
124-
'CXX_STD = CXX11',
125123
'PKG_CXXFLAGS += -DRCPP_PARALLEL_USE_TBB=1',
126124
'PKG_LIBS += $(shell "${R_HOME}/bin${R_ARCH_BIN}/Rscript.exe" -e "RcppParallel::RcppParallelLibs()")'
127125
),

0 commit comments

Comments
 (0)