Skip to content

Commit 84c9c15

Browse files
committed
fix for unit tests within R CMD check
1 parent c4d9302 commit 84c9c15

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.Rbuildignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
^src/tbb/build/lib_.*$
44
^inst/lib$
55
^.travis.yml
6-
^tests
6+
77

88

tests/testthat.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ library(testthat)
22
library(Rcpp)
33
library(RcppParallel)
44

5+
Sys.setenv("R_TESTS"="")
56

67
test_check("RcppParallel")
78

0 commit comments

Comments
 (0)