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 8bdf771 commit b5c7238Copy full SHA for b5c7238
tests/testthat.R
@@ -1,11 +1,4 @@
1
-# setting R_TESTS to empty string because of
2
-# https://github.com/hadley/testthat/issues/144
3
-# revert this when that issue in R is fixed.
4
-Sys.setenv("R_TESTS" = "")
5
-
6
library(testthat)
7
-library(checkmate)
8
-library(mlrMBO)
9
10
# the unit tests take pretty long, that can be a problem on WB and cran (and maybe annoying locally)
11
# so we run all tests only on travis and if a certain user env var is set
0 commit comments