Commit 91fa770
committed
clear R_TESTS when building the test package
R CMD check sets R_TESTS=startup.Rs when running tests, which breaks R
sub-processes run with a different working directory. the Rscript
invocations in the test package's Makevars failed at startup because of
this, expanding CxxFlags() and RcppParallelLibs() to nothing, so
compilation failed with tbb/scalable_allocator.h not found.1 parent aa84a57 commit 91fa770
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
92 | 97 | | |
93 | 98 | | |
94 | 99 | | |
| |||
0 commit comments