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 926c02c commit 594f1faCopy full SHA for 594f1fa
tests/run-base.R
@@ -1,5 +1,7 @@
1
library(testthat)
2
3
# no tests on CRAN
4
-set.seed(getOption("mlr.debug.seed"))
5
-test_check("mlr", filter = "base_")
+if (identical(Sys.getenv("NOT_CRAN"), "true")) {
+ set.seed(getOption("mlr.debug.seed"))
6
+ test_check("mlr", filter = "base_")
7
+}
0 commit comments