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 39f8aa5 commit 673b6daCopy full SHA for 673b6da
tests/tinytest.R
@@ -9,7 +9,7 @@ if (requireNamespace("tinytest", quietly=TRUE)) {
9
10
## Force tests to be executed if in dev release which we define as
11
## having a sub-release, eg 0.9.15.5 is one whereas 0.9.16 is not
12
- if (FALSE && length(strsplit(packageDescription("Rcpp")$Version, "\\.")[[1]]) > 3) { # dev rel, and
+ if (length(strsplit(packageDescription("Rcpp")$Version, "\\.")[[1]]) > 3) { # dev rel, and
13
if (Sys.getenv("RunAllRcppTests") != "no") { # if env.var not yet set
14
message("Setting \"RunAllRcppTests\"=\"yes\" for development release\n")
15
Sys.setenv("RunAllRcppTests"="yes")
0 commit comments