Revision f0a00d34d500f3bbab988c1c7ae8b5ea4bd2b2f3 authored by Patrick Schratz on 19 May 2020, 19:06:42 UTC, committed by GitHub on 19 May 2020, 19:06:42 UTC
1 parent 1f0007e
Raw File
run-featsel.R
library(testthat)

# no tests on CRAN

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