Skip to content

Commit e3a4ca2

Browse files
committed
CRAN does want these lines. See RcppCore/RcppParallel#194 (comment)
1 parent 60b05b1 commit e3a4ca2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Makevars

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
CXX_STD = CXX17
12
PKG_LIBS += $(shell ${R_HOME}/bin/Rscript -e "RcppParallel::RcppParallelLibs()")

src/Makevars.win

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
CXX_STD = CXX17
12
PKG_CXXFLAGS += -DRCPP_PARALLEL_USE_TBB=1
23

34
PKG_LIBS += $(shell "${R_HOME}/bin${R_ARCH_BIN}/Rscript.exe" \

0 commit comments

Comments
 (0)