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-classif1.R
library(testthat)
if (identical(Sys.getenv("TRAVIS"), "true") || identical(Sys.getenv("R_EXPENSIVE_TEST_OK"), "true")) {
  test_check("mlr", "_classif_[a-l].*")
}
back to top