attic/tests/testthat/test_oml_short.R

skip_if_not_installed("RWeka")

if (identical(Sys.getenv("TRAVIS"), "true")) {

context("quick test with OML data sets where problems occured before")

library(OpenML)

dids = c(119)
dids = c(dids, c(1028, 1030)) # caused problems with linebreaks (github issue #9)

# for (dreader in c("readr", "data.table")) {
for (dreader in c("readr")) {
  for (did in dids) {
    compareOML(did, data.reader = dreader)
  }
}

}
mlr-org/farff documentation built on May 12, 2021, 7:51 p.m.