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-learners-cluster.R
library(testthat)

# no tests on CRAN because the check limit is 10 mins

if (identical(Sys.getenv("NOT_CRAN"), "true")) {
  set.seed(getOption("mlr.debug.seed"))
  test_check("mlr", "_learners_all_cluster")
}
back to top