Revision 401d48b8bef1ac9992b5a017291778be931d0d2a authored by Patrick Schratz on 16 April 2020, 14:06:11 UTC, committed by GitHub on 16 April 2020, 14:06:11 UTC
1 parent 0cb2918
Raw File
run-base.R
library(testthat)

# no tests on CRAN
if (identical(Sys.getenv("NOT_CRAN"), "true")) {
  set.seed(getOption("mlr.debug.seed"))
  test_check("mlr", filter = "base_")
}
back to top