Revision 9014e400abbd87e034215033a5cf6f4b6985c469 authored by zhangkd5 on 13 January 2020, 15:52:34 UTC, committed by Patrick Schratz on 13 January 2020, 15:52:34 UTC
1 parent 4bc5126
Raw File
run-learners-general.R
library(testthat)

# no tests on CRAN
if (identical(Sys.getenv("NOT_CRAN"), "true")) {

  set.seed(getOption("mlr.debug.seed"))
  test_check("mlr", "_learners_all_general")
}
back to top