R Under development (unstable) (2023-09-12 r85134 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > if (requireNamespace("testthat", quietly = TRUE)) { + library("testthat") + library("checkmate") + library("mlr3oml") + library("mlr3") + test_check("mlr3oml") + } [ FAIL 0 | WARN 0 | SKIP 25 | PASS 10 ] ══ Skipped tests (25) ══════════════════════════════════════════════════════════ • Expensive manual test (1): 'test_manual.R:1:1' • On CRAN (24): 'test_OMLCollection.R:1:1', 'test_OMLData.R:1:1', 'test_OMLFlow.R:1:1', 'test_OMLObject.R:1:1', 'test_OMLResamplingConnector.R:1:1', 'test_OMLRun.R:1:1', 'test_OMLTask.R:1:1', 'test_OMLTaskConnector.R:1:1', 'test_cache.R:1:1', 'test_helpers.R:1:1', 'test_list_oml_data.R:1:1', 'test_list_oml_evaluations.R:1:1', 'test_list_oml_flows.R:1:1', 'test_list_oml_measures.R:1:1', 'test_list_oml_runs.R:1:1', 'test_list_oml_setups.R:1:1', 'test_list_oml_tasks.R:1:1', 'test_parse_data_desc.R:1:1', 'test_publish_collection.R:1:1', 'test_publish_data.R:1:1', 'test_publish_task.R:1:1', 'test_read_arff.R:13:3', 'test_read_arff.R:19:3', 'test_s3_converter.R:1:1' [ FAIL 0 | WARN 0 | SKIP 25 | PASS 10 ] > > proc.time() user system elapsed 3.25 1.42 3.89