Revision 1d73e953d8affb0633059bf33ef585152bb3b59b authored by Patrick Schratz on 29 May 2018, 01:15:47 UTC, committed by Lars Kotthoff on 29 May 2018, 01:15:47 UTC
1 parent f7ca29b
Raw File
run-learners-classif.R
library(testthat)
if (identical(Sys.getenv("TRAVIS"), "true") || identical(Sys.getenv("R_EXPENSIVE_TEST_OK"), "true")) {
  test_check("mlr", "_learners_all_classif")
}

back to top