Last updated on 2026-07-29 03:58:50 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.7 | 6.48 | 69.34 | 75.82 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.1.7 | 4.14 | 50.60 | 54.74 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.7 | 11.00 | 105.17 | 116.17 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.7 | 48.24 | ERROR | |||
| r-devel-windows-x86_64 | 0.1.7 | 8.00 | 73.00 | 81.00 | ERROR | |
| r-patched-linux-x86_64 | 0.1.7 | 6.60 | 76.57 | 83.17 | OK | |
| r-release-linux-x86_64 | 0.1.7 | 6.51 | 65.15 | 71.66 | ERROR | |
| r-release-macos-arm64 | 0.1.7 | 2.00 | 21.00 | 23.00 | OK | |
| r-release-macos-x86_64 | 0.1.7 | 5.00 | 84.00 | 89.00 | OK | |
| r-release-windows-x86_64 | 0.1.7 | 8.00 | 76.00 | 84.00 | ERROR | |
| r-oldrel-macos-arm64 | 0.1.7 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.7 | 4.00 | 59.00 | 63.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.7 | 11.00 | 97.00 | 108.00 | ERROR |
Version: 0.1.7
Check: examples
Result: ERROR
Running examples in ‘mlr3benchmark-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: BenchmarkAggr
> ### Title: Aggregated Benchmark Result Object
> ### Aliases: BenchmarkAggr
>
> ### ** Examples
>
> # Not restricted to mlr3 objects
> df = data.frame(tasks = factor(rep(c("A", "B"), each = 5),
+ levels = c("A", "B")),
+ learners = factor(paste0("L", 1:5)),
+ RMSE = runif(10), MAE = runif(10))
> as_benchmark_aggr(df, task_id = "tasks", learner_id = "learners")
<BenchmarkAggr> of 10 rows with 2 tasks, 5 learners and 2 measures
tasks learners RMSE MAE
<fctr> <fctr> <num> <num>
1: A L1 0.26550866 0.2059746
2: A L2 0.37212390 0.1765568
3: A L3 0.57285336 0.6870228
4: A L4 0.90820779 0.3841037
5: A L5 0.20168193 0.7698414
6: B L1 0.89838968 0.4976992
7: B L2 0.94467527 0.7176185
8: B L3 0.66079779 0.9919061
9: B L4 0.62911404 0.3800352
10: B L5 0.06178627 0.7774452
>
> if (requireNamespaces(c("mlr3", "rpart"))) {
+ library(mlr3)
+ task = tsks(c("pima", "spam"))
+ learns = lrns(c("classif.featureless", "classif.rpart"))
+ bm = benchmark(benchmark_grid(task, learns, rsmp("cv", folds = 2)))
+
+ # coercion
+ as_benchmark_aggr(bm)
+ }
Warning in data(list = id, package = package, envir = ee) :
data set ‘PimaIndiansDiabetes2’ not found
Error in UseMethod("as_data_backend") :
no applicable method for 'as_data_backend' applied to an object of class "NULL"
Calls: tsks ... dictionary_initialize_item -> do.call -> <Anonymous> -> as_data_backend
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-release-linux-x86_64
Version: 0.1.7
Check: tests
Result: ERROR
Running ‘testthat.R’ [9s/9s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> if (requireNamespace("testthat", quietly = TRUE)) {
+ library("testthat")
+ library("checkmate") # for more expect_*() functions
+ library("mlr3benchmark")
+ test_check("mlr3benchmark")
+ }
Saving _problems/test_BenchmarkAggr-99.R
INFO [06:35:28.543] [mlr3] Running benchmark with 18 resampling iterations
INFO [06:35:28.751] [mlr3] Applying learner 'classif.featureless' on task 'iris' (iter 1/3)
INFO [06:35:28.829] [mlr3] Applying learner 'classif.featureless' on task 'iris' (iter 2/3)
INFO [06:35:28.881] [mlr3] Applying learner 'classif.featureless' on task 'iris' (iter 3/3)
INFO [06:35:28.934] [mlr3] Applying learner 'classif.rpart' on task 'iris' (iter 1/3)
INFO [06:35:28.995] [mlr3] Applying learner 'classif.rpart' on task 'iris' (iter 2/3)
INFO [06:35:29.039] [mlr3] Applying learner 'classif.rpart' on task 'iris' (iter 3/3)
INFO [06:35:29.082] [mlr3] Applying learner 'rpart2' on task 'iris' (iter 1/3)
INFO [06:35:29.124] [mlr3] Applying learner 'rpart2' on task 'iris' (iter 2/3)
INFO [06:35:29.174] [mlr3] Applying learner 'rpart2' on task 'iris' (iter 3/3)
INFO [06:35:29.217] [mlr3] Applying learner 'classif.featureless' on task 'sonar' (iter 1/3)
INFO [06:35:29.268] [mlr3] Applying learner 'classif.featureless' on task 'sonar' (iter 2/3)
INFO [06:35:29.328] [mlr3] Applying learner 'classif.featureless' on task 'sonar' (iter 3/3)
INFO [06:35:29.378] [mlr3] Applying learner 'classif.rpart' on task 'sonar' (iter 1/3)
INFO [06:35:29.465] [mlr3] Applying learner 'classif.rpart' on task 'sonar' (iter 2/3)
INFO [06:35:29.526] [mlr3] Applying learner 'classif.rpart' on task 'sonar' (iter 3/3)
INFO [06:35:29.616] [mlr3] Applying learner 'rpart2' on task 'sonar' (iter 1/3)
INFO [06:35:29.676] [mlr3] Applying learner 'rpart2' on task 'sonar' (iter 2/3)
INFO [06:35:29.736] [mlr3] Applying learner 'rpart2' on task 'sonar' (iter 3/3)
INFO [06:35:29.812] [mlr3] Finished benchmark
[ FAIL 1 | WARN 2 | SKIP 0 | PASS 50 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_BenchmarkAggr.R:99:3'): mlr3 coercions ─────────────────────────
Error in `UseMethod("as_data_backend")`: no applicable method for 'as_data_backend' applied to an object of class "NULL"
Backtrace:
▆
1. └─mlr3::tsks(c("pima", "spam")) at test_BenchmarkAggr.R:99:3
2. └─mlr3misc::dictionary_sugar_mget(dict = mlr_tasks, .keys, ...)
3. └─base::lapply(...)
4. └─mlr3misc (local) FUN(X[[i]], ...)
5. └─mlr3misc:::dictionary_get(dict, .key, .dicts_suggest = .dicts_suggest)
6. └─mlr3misc:::dictionary_initialize_item(key, obj, dots)
7. ├─base::do.call(constructor, cargs)
8. └─mlr3 (local) `<fn>`()
9. └─mlr3::as_data_backend(load_dataset("PimaIndiansDiabetes2", "mlbench"))
[ FAIL 1 | WARN 2 | SKIP 0 | PASS 50 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.1.7
Check: tests
Result: ERROR
Running ‘testthat.R’ [6s/9s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> if (requireNamespace("testthat", quietly = TRUE)) {
+ library("testthat")
+ library("checkmate") # for more expect_*() functions
+ library("mlr3benchmark")
+ test_check("mlr3benchmark")
+ }
Saving _problems/test_BenchmarkAggr-99.R
INFO [18:08:16.679] [mlr3] Running benchmark with 18 resampling iterations
INFO [18:08:17.220] [mlr3] Applying learner 'classif.featureless' on task 'iris' (iter 1/3)
INFO [18:08:17.355] [mlr3] Applying learner 'classif.featureless' on task 'iris' (iter 2/3)
INFO [18:08:17.427] [mlr3] Applying learner 'classif.featureless' on task 'iris' (iter 3/3)
INFO [18:08:17.504] [mlr3] Applying learner 'classif.rpart' on task 'iris' (iter 1/3)
INFO [18:08:17.590] [mlr3] Applying learner 'classif.rpart' on task 'iris' (iter 2/3)
INFO [18:08:17.669] [mlr3] Applying learner 'classif.rpart' on task 'iris' (iter 3/3)
INFO [18:08:17.746] [mlr3] Applying learner 'rpart2' on task 'iris' (iter 1/3)
INFO [18:08:17.821] [mlr3] Applying learner 'rpart2' on task 'iris' (iter 2/3)
INFO [18:08:17.919] [mlr3] Applying learner 'rpart2' on task 'iris' (iter 3/3)
INFO [18:08:17.996] [mlr3] Applying learner 'classif.featureless' on task 'sonar' (iter 1/3)
INFO [18:08:18.081] [mlr3] Applying learner 'classif.featureless' on task 'sonar' (iter 2/3)
INFO [18:08:18.181] [mlr3] Applying learner 'classif.featureless' on task 'sonar' (iter 3/3)
INFO [18:08:18.238] [mlr3] Applying learner 'classif.rpart' on task 'sonar' (iter 1/3)
INFO [18:08:18.308] [mlr3] Applying learner 'classif.rpart' on task 'sonar' (iter 2/3)
INFO [18:08:18.347] [mlr3] Applying learner 'classif.rpart' on task 'sonar' (iter 3/3)
INFO [18:08:18.390] [mlr3] Applying learner 'rpart2' on task 'sonar' (iter 1/3)
INFO [18:08:18.431] [mlr3] Applying learner 'rpart2' on task 'sonar' (iter 2/3)
INFO [18:08:18.489] [mlr3] Applying learner 'rpart2' on task 'sonar' (iter 3/3)
INFO [18:08:18.589] [mlr3] Finished benchmark
[ FAIL 1 | WARN 2 | SKIP 0 | PASS 50 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_BenchmarkAggr.R:99:3'): mlr3 coercions ─────────────────────────
Error in `UseMethod("as_data_backend")`: no applicable method for 'as_data_backend' applied to an object of class "NULL"
Backtrace:
▆
1. └─mlr3::tsks(c("pima", "spam")) at test_BenchmarkAggr.R:99:3
2. └─mlr3misc::dictionary_sugar_mget(dict = mlr_tasks, .keys, ...)
3. └─base::lapply(...)
4. └─mlr3misc (local) FUN(X[[i]], ...)
5. └─mlr3misc:::dictionary_get(dict, .key, .dicts_suggest = .dicts_suggest)
6. └─mlr3misc:::dictionary_initialize_item(key, obj, dots)
7. ├─base::do.call(constructor, cargs)
8. └─mlr3 (local) `<fn>`()
9. └─mlr3::as_data_backend(load_dataset("PimaIndiansDiabetes2", "mlbench"))
[ FAIL 1 | WARN 2 | SKIP 0 | PASS 50 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.7
Check: examples
Result: ERROR
Running examples in ‘mlr3benchmark-Ex.R’ failed
The error most likely occurred in:
> ### Name: BenchmarkAggr
> ### Title: Aggregated Benchmark Result Object
> ### Aliases: BenchmarkAggr
>
> ### ** Examples
>
> # Not restricted to mlr3 objects
> df = data.frame(tasks = factor(rep(c("A", "B"), each = 5),
+ levels = c("A", "B")),
+ learners = factor(paste0("L", 1:5)),
+ RMSE = runif(10), MAE = runif(10))
> as_benchmark_aggr(df, task_id = "tasks", learner_id = "learners")
<BenchmarkAggr> of 10 rows with 2 tasks, 5 learners and 2 measures
tasks learners RMSE MAE
<fctr> <fctr> <num> <num>
1: A L1 0.26550866 0.2059746
2: A L2 0.37212390 0.1765568
3: A L3 0.57285336 0.6870228
4: A L4 0.90820779 0.3841037
5: A L5 0.20168193 0.7698414
6: B L1 0.89838968 0.4976992
7: B L2 0.94467527 0.7176185
8: B L3 0.66079779 0.9919061
9: B L4 0.62911404 0.3800352
10: B L5 0.06178627 0.7774452
>
> if (requireNamespaces(c("mlr3", "rpart"))) {
+ library(mlr3)
+ task = tsks(c("pima", "spam"))
+ learns = lrns(c("classif.featureless", "classif.rpart"))
+ bm = benchmark(benchmark_grid(task, learns, rsmp("cv", folds = 2)))
+
+ # coercion
+ as_benchmark_aggr(bm)
+ }
Warning in data(list = id, package = package, envir = ee) :
data set ‘PimaIndiansDiabetes2’ not found
Error in UseMethod("as_data_backend") :
no applicable method for 'as_data_backend' applied to an object of class "NULL"
Calls: tsks ... dictionary_initialize_item -> do.call -> <Anonymous> -> as_data_backend
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64
Version: 0.1.7
Check: tests
Result: ERROR
Running ‘testthat.R’ [12s/17s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> if (requireNamespace("testthat", quietly = TRUE)) {
+ library("testthat")
+ library("checkmate") # for more expect_*() functions
+ library("mlr3benchmark")
+ test_check("mlr3benchmark")
+ }
Saving _problems/test_BenchmarkAggr-99.R
INFO [22:52:26.942] [mlr3] Running benchmark with 18 resampling iterations
INFO [22:52:27.632] [mlr3] Applying learner 'classif.featureless' on task 'iris' (iter 1/3)
INFO [22:52:27.912] [mlr3] Applying learner 'classif.featureless' on task 'iris' (iter 2/3)
INFO [22:52:27.972] [mlr3] Applying learner 'classif.featureless' on task 'iris' (iter 3/3)
INFO [22:52:28.032] [mlr3] Applying learner 'classif.rpart' on task 'iris' (iter 1/3)
INFO [22:52:28.169] [mlr3] Applying learner 'classif.rpart' on task 'iris' (iter 2/3)
INFO [22:52:28.283] [mlr3] Applying learner 'classif.rpart' on task 'iris' (iter 3/3)
INFO [22:52:28.359] [mlr3] Applying learner 'rpart2' on task 'iris' (iter 1/3)
INFO [22:52:28.432] [mlr3] Applying learner 'rpart2' on task 'iris' (iter 2/3)
INFO [22:52:28.510] [mlr3] Applying learner 'rpart2' on task 'iris' (iter 3/3)
INFO [22:52:28.581] [mlr3] Applying learner 'classif.featureless' on task 'sonar' (iter 1/3)
INFO [22:52:28.669] [mlr3] Applying learner 'classif.featureless' on task 'sonar' (iter 2/3)
INFO [22:52:28.831] [mlr3] Applying learner 'classif.featureless' on task 'sonar' (iter 3/3)
INFO [22:52:28.924] [mlr3] Applying learner 'classif.rpart' on task 'sonar' (iter 1/3)
INFO [22:52:29.114] [mlr3] Applying learner 'classif.rpart' on task 'sonar' (iter 2/3)
INFO [22:52:29.225] [mlr3] Applying learner 'classif.rpart' on task 'sonar' (iter 3/3)
INFO [22:52:29.432] [mlr3] Applying learner 'rpart2' on task 'sonar' (iter 1/3)
INFO [22:52:29.564] [mlr3] Applying learner 'rpart2' on task 'sonar' (iter 2/3)
INFO [22:52:29.663] [mlr3] Applying learner 'rpart2' on task 'sonar' (iter 3/3)
INFO [22:52:29.809] [mlr3] Finished benchmark
[ FAIL 1 | WARN 2 | SKIP 0 | PASS 50 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_BenchmarkAggr.R:99:3'): mlr3 coercions ─────────────────────────
Error in `UseMethod("as_data_backend")`: no applicable method for 'as_data_backend' applied to an object of class "NULL"
Backtrace:
▆
1. └─mlr3::tsks(c("pima", "spam")) at test_BenchmarkAggr.R:99:3
2. └─mlr3misc::dictionary_sugar_mget(dict = mlr_tasks, .keys, ...)
3. └─base::lapply(...)
4. └─mlr3misc (local) FUN(X[[i]], ...)
5. └─mlr3misc:::dictionary_get(dict, .key, .dicts_suggest = .dicts_suggest)
6. └─mlr3misc:::dictionary_initialize_item(key, obj, dots)
7. ├─base::do.call(constructor, cargs)
8. └─mlr3 (local) `<fn>`()
9. └─mlr3::as_data_backend(load_dataset("PimaIndiansDiabetes2", "mlbench"))
[ FAIL 1 | WARN 2 | SKIP 0 | PASS 50 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.1.7
Check: tests
Result: ERROR
Running ‘testthat.R’
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> if (requireNamespace("testthat", quietly = TRUE)) {
+ library("testthat")
+ library("checkmate") # for more expect_*() functions
+ library("mlr3benchmark")
+ test_check("mlr3benchmark")
+ }
Saving _problems/test_BenchmarkAggr-99.R
INFO [02:19:17.230] [mlr3] Running benchmark with 18 resampling iterations
INFO [02:19:17.554] [mlr3] Applying learner 'classif.featureless' on task 'iris' (iter 1/3)
INFO [02:19:17.603] [mlr3] Applying learner 'classif.featureless' on task 'iris' (iter 2/3)
INFO [02:19:17.629] [mlr3] Applying learner 'classif.featureless' on task 'iris' (iter 3/3)
INFO [02:19:17.657] [mlr3] Applying learner 'classif.rpart' on task 'iris' (iter 1/3)
INFO [02:19:17.693] [mlr3] Applying learner 'classif.rpart' on task 'iris' (iter 2/3)
INFO [02:19:17.724] [mlr3] Applying learner 'classif.rpart' on task 'iris' (iter 3/3)
INFO [02:19:17.756] [mlr3] Applying learner 'rpart2' on task 'iris' (iter 1/3)
INFO [02:19:17.788] [mlr3] Applying learner 'rpart2' on task 'iris' (iter 2/3)
INFO [02:19:17.820] [mlr3] Applying learner 'rpart2' on task 'iris' (iter 3/3)
INFO [02:19:17.851] [mlr3] Applying learner 'classif.featureless' on task 'sonar' (iter 1/3)
INFO [02:19:17.879] [mlr3] Applying learner 'classif.featureless' on task 'sonar' (iter 2/3)
INFO [02:19:17.922] [mlr3] Applying learner 'classif.featureless' on task 'sonar' (iter 3/3)
INFO [02:19:17.967] [mlr3] Applying learner 'classif.rpart' on task 'sonar' (iter 1/3)
INFO [02:19:18.013] [mlr3] Applying learner 'classif.rpart' on task 'sonar' (iter 2/3)
INFO [02:19:18.050] [mlr3] Applying learner 'classif.rpart' on task 'sonar' (iter 3/3)
INFO [02:19:18.088] [mlr3] Applying learner 'rpart2' on task 'sonar' (iter 1/3)
INFO [02:19:18.125] [mlr3] Applying learner 'rpart2' on task 'sonar' (iter 2/3)
INFO [02:19:18.163] [mlr3] Applying learner 'rpart2' on task 'sonar' (iter 3/3)
INFO [02:19:18.207] [mlr3] Finished benchmark
[ FAIL 1 | WARN 2 | SKIP 0 | PASS 50 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_BenchmarkAggr.R:99:3'): mlr3 coercions ─────────────────────────
Error in `UseMethod("as_data_backend")`: no applicable method for 'as_data_backend' applied to an object of class "NULL"
Backtrace:
▆
1. └─mlr3::tsks(c("pima", "spam")) at test_BenchmarkAggr.R:99:3
2. └─mlr3misc::dictionary_sugar_mget(dict = mlr_tasks, .keys, ...)
3. └─base::lapply(...)
4. └─mlr3misc (local) FUN(X[[i]], ...)
5. └─mlr3misc:::dictionary_get(dict, .key, .dicts_suggest = .dicts_suggest)
6. └─mlr3misc:::dictionary_initialize_item(key, obj, dots)
7. ├─base::do.call(constructor, cargs)
8. └─mlr3 (local) `<fn>`()
9. └─mlr3::as_data_backend(load_dataset("PimaIndiansDiabetes2", "mlbench"))
[ FAIL 1 | WARN 2 | SKIP 0 | PASS 50 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.1.7
Check: tests
Result: ERROR
Running 'testthat.R' [6s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> if (requireNamespace("testthat", quietly = TRUE)) {
+ library("testthat")
+ library("checkmate") # for more expect_*() functions
+ library("mlr3benchmark")
+ test_check("mlr3benchmark")
+ }
Saving _problems/test_BenchmarkAggr-99.R
INFO [10:03:17.425] [mlr3] Running benchmark with 18 resampling iterations
INFO [10:03:17.580] [mlr3] Applying learner 'classif.featureless' on task 'iris' (iter 1/3)
INFO [10:03:17.724] [mlr3] Applying learner 'classif.featureless' on task 'iris' (iter 2/3)
INFO [10:03:17.760] [mlr3] Applying learner 'classif.featureless' on task 'iris' (iter 3/3)
INFO [10:03:17.793] [mlr3] Applying learner 'classif.rpart' on task 'iris' (iter 1/3)
INFO [10:03:17.838] [mlr3] Applying learner 'classif.rpart' on task 'iris' (iter 2/3)
INFO [10:03:17.878] [mlr3] Applying learner 'classif.rpart' on task 'iris' (iter 3/3)
INFO [10:03:17.911] [mlr3] Applying learner 'rpart2' on task 'iris' (iter 1/3)
INFO [10:03:17.946] [mlr3] Applying learner 'rpart2' on task 'iris' (iter 2/3)
INFO [10:03:17.979] [mlr3] Applying learner 'rpart2' on task 'iris' (iter 3/3)
INFO [10:03:18.013] [mlr3] Applying learner 'classif.featureless' on task 'sonar' (iter 1/3)
INFO [10:03:18.038] [mlr3] Applying learner 'classif.featureless' on task 'sonar' (iter 2/3)
INFO [10:03:18.059] [mlr3] Applying learner 'classif.featureless' on task 'sonar' (iter 3/3)
INFO [10:03:18.090] [mlr3] Applying learner 'classif.rpart' on task 'sonar' (iter 1/3)
INFO [10:03:18.134] [mlr3] Applying learner 'classif.rpart' on task 'sonar' (iter 2/3)
INFO [10:03:18.170] [mlr3] Applying learner 'classif.rpart' on task 'sonar' (iter 3/3)
INFO [10:03:18.205] [mlr3] Applying learner 'rpart2' on task 'sonar' (iter 1/3)
INFO [10:03:18.241] [mlr3] Applying learner 'rpart2' on task 'sonar' (iter 2/3)
INFO [10:03:18.295] [mlr3] Applying learner 'rpart2' on task 'sonar' (iter 3/3)
INFO [10:03:18.361] [mlr3] Finished benchmark
[ FAIL 1 | WARN 2 | SKIP 0 | PASS 50 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_BenchmarkAggr.R:99:3'): mlr3 coercions ─────────────────────────
Error in `UseMethod("as_data_backend")`: no applicable method for 'as_data_backend' applied to an object of class "NULL"
Backtrace:
▆
1. └─mlr3::tsks(c("pima", "spam")) at test_BenchmarkAggr.R:99:3
2. └─mlr3misc::dictionary_sugar_mget(dict = mlr_tasks, .keys, ...)
3. └─base::lapply(...)
4. └─mlr3misc (local) FUN(X[[i]], ...)
5. └─mlr3misc:::dictionary_get(dict, .key, .dicts_suggest = .dicts_suggest)
6. └─mlr3misc:::dictionary_initialize_item(key, obj, dots)
7. ├─base::do.call(constructor, cargs)
8. └─mlr3 (local) `<fn>`()
9. └─mlr3::as_data_backend(load_dataset("PimaIndiansDiabetes2", "mlbench"))
[ FAIL 1 | WARN 2 | SKIP 0 | PASS 50 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-windows-x86_64
Version: 0.1.7
Check: tests
Result: ERROR
Running ‘testthat.R’ [8s/11s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> if (requireNamespace("testthat", quietly = TRUE)) {
+ library("testthat")
+ library("checkmate") # for more expect_*() functions
+ library("mlr3benchmark")
+ test_check("mlr3benchmark")
+ }
Saving _problems/test_BenchmarkAggr-99.R
INFO [17:57:14.708] [mlr3] Running benchmark with 18 resampling iterations
INFO [17:57:15.517] [mlr3] Applying learner 'classif.featureless' on task 'iris' (iter 1/3)
INFO [17:57:15.795] [mlr3] Applying learner 'classif.featureless' on task 'iris' (iter 2/3)
INFO [17:57:15.881] [mlr3] Applying learner 'classif.featureless' on task 'iris' (iter 3/3)
INFO [17:57:16.024] [mlr3] Applying learner 'classif.rpart' on task 'iris' (iter 1/3)
INFO [17:57:16.130] [mlr3] Applying learner 'classif.rpart' on task 'iris' (iter 2/3)
INFO [17:57:16.201] [mlr3] Applying learner 'classif.rpart' on task 'iris' (iter 3/3)
INFO [17:57:16.249] [mlr3] Applying learner 'rpart2' on task 'iris' (iter 1/3)
INFO [17:57:16.296] [mlr3] Applying learner 'rpart2' on task 'iris' (iter 2/3)
INFO [17:57:16.343] [mlr3] Applying learner 'rpart2' on task 'iris' (iter 3/3)
INFO [17:57:16.387] [mlr3] Applying learner 'classif.featureless' on task 'sonar' (iter 1/3)
INFO [17:57:16.444] [mlr3] Applying learner 'classif.featureless' on task 'sonar' (iter 2/3)
INFO [17:57:16.513] [mlr3] Applying learner 'classif.featureless' on task 'sonar' (iter 3/3)
INFO [17:57:16.565] [mlr3] Applying learner 'classif.rpart' on task 'sonar' (iter 1/3)
INFO [17:57:16.623] [mlr3] Applying learner 'classif.rpart' on task 'sonar' (iter 2/3)
INFO [17:57:16.683] [mlr3] Applying learner 'classif.rpart' on task 'sonar' (iter 3/3)
INFO [17:57:16.744] [mlr3] Applying learner 'rpart2' on task 'sonar' (iter 1/3)
INFO [17:57:16.808] [mlr3] Applying learner 'rpart2' on task 'sonar' (iter 2/3)
INFO [17:57:16.865] [mlr3] Applying learner 'rpart2' on task 'sonar' (iter 3/3)
INFO [17:57:17.016] [mlr3] Finished benchmark
[ FAIL 1 | WARN 2 | SKIP 0 | PASS 50 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_BenchmarkAggr.R:99:3'): mlr3 coercions ─────────────────────────
Error in `UseMethod("as_data_backend")`: no applicable method for 'as_data_backend' applied to an object of class "NULL"
Backtrace:
▆
1. └─mlr3::tsks(c("pima", "spam")) at test_BenchmarkAggr.R:99:3
2. └─mlr3misc::dictionary_sugar_mget(dict = mlr_tasks, .keys, ...)
3. └─base::lapply(...)
4. └─mlr3misc (local) FUN(X[[i]], ...)
5. └─mlr3misc:::dictionary_get(dict, .key, .dicts_suggest = .dicts_suggest)
6. └─mlr3misc:::dictionary_initialize_item(key, obj, dots)
7. ├─base::do.call(constructor, cargs)
8. └─mlr3 (local) `<fn>`()
9. └─mlr3::as_data_backend(load_dataset("PimaIndiansDiabetes2", "mlbench"))
[ FAIL 1 | WARN 2 | SKIP 0 | PASS 50 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-linux-x86_64
Version: 0.1.7
Check: tests
Result: ERROR
Running 'testthat.R' [7s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> if (requireNamespace("testthat", quietly = TRUE)) {
+ library("testthat")
+ library("checkmate") # for more expect_*() functions
+ library("mlr3benchmark")
+ test_check("mlr3benchmark")
+ }
Saving _problems/test_BenchmarkAggr-99.R
INFO [11:13:38.546] [mlr3] Running benchmark with 18 resampling iterations
INFO [11:13:38.881] [mlr3] Applying learner 'classif.featureless' on task 'iris' (iter 1/3)
INFO [11:13:38.946] [mlr3] Applying learner 'classif.featureless' on task 'iris' (iter 2/3)
INFO [11:13:38.974] [mlr3] Applying learner 'classif.featureless' on task 'iris' (iter 3/3)
INFO [11:13:39.017] [mlr3] Applying learner 'classif.rpart' on task 'iris' (iter 1/3)
INFO [11:13:39.063] [mlr3] Applying learner 'classif.rpart' on task 'iris' (iter 2/3)
INFO [11:13:39.120] [mlr3] Applying learner 'classif.rpart' on task 'iris' (iter 3/3)
INFO [11:13:39.182] [mlr3] Applying learner 'rpart2' on task 'iris' (iter 1/3)
INFO [11:13:39.241] [mlr3] Applying learner 'rpart2' on task 'iris' (iter 2/3)
INFO [11:13:39.292] [mlr3] Applying learner 'rpart2' on task 'iris' (iter 3/3)
INFO [11:13:39.344] [mlr3] Applying learner 'classif.featureless' on task 'sonar' (iter 1/3)
INFO [11:13:39.391] [mlr3] Applying learner 'classif.featureless' on task 'sonar' (iter 2/3)
INFO [11:13:39.432] [mlr3] Applying learner 'classif.featureless' on task 'sonar' (iter 3/3)
INFO [11:13:39.459] [mlr3] Applying learner 'classif.rpart' on task 'sonar' (iter 1/3)
INFO [11:13:39.502] [mlr3] Applying learner 'classif.rpart' on task 'sonar' (iter 2/3)
INFO [11:13:39.553] [mlr3] Applying learner 'classif.rpart' on task 'sonar' (iter 3/3)
INFO [11:13:39.607] [mlr3] Applying learner 'rpart2' on task 'sonar' (iter 1/3)
INFO [11:13:39.661] [mlr3] Applying learner 'rpart2' on task 'sonar' (iter 2/3)
INFO [11:13:39.716] [mlr3] Applying learner 'rpart2' on task 'sonar' (iter 3/3)
INFO [11:13:39.776] [mlr3] Finished benchmark
[ FAIL 1 | WARN 2 | SKIP 0 | PASS 50 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_BenchmarkAggr.R:99:3'): mlr3 coercions ─────────────────────────
Error in `UseMethod("as_data_backend")`: no applicable method for 'as_data_backend' applied to an object of class "NULL"
Backtrace:
▆
1. └─mlr3::tsks(c("pima", "spam")) at test_BenchmarkAggr.R:99:3
2. └─mlr3misc::dictionary_sugar_mget(dict = mlr_tasks, .keys, ...)
3. └─base::lapply(...)
4. └─mlr3misc (local) FUN(X[[i]], ...)
5. └─mlr3misc:::dictionary_get(dict, .key, .dicts_suggest = .dicts_suggest)
6. └─mlr3misc:::dictionary_initialize_item(key, obj, dots)
7. ├─base::do.call(constructor, cargs)
8. └─mlr3 (local) `<fn>`()
9. └─mlr3::as_data_backend(load_dataset("PimaIndiansDiabetes2", "mlbench"))
[ FAIL 1 | WARN 2 | SKIP 0 | PASS 50 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-windows-x86_64
Version: 0.1.7
Check: tests
Result: ERROR
Running 'testthat.R' [9s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> if (requireNamespace("testthat", quietly = TRUE)) {
+ library("testthat")
+ library("checkmate") # for more expect_*() functions
+ library("mlr3benchmark")
+ test_check("mlr3benchmark")
+ }
Saving _problems/test_BenchmarkAggr-99.R
INFO [14:17:35.862] [mlr3] Running benchmark with 18 resampling iterations
INFO [14:17:36.124] [mlr3] Applying learner 'classif.featureless' on task 'iris' (iter 1/3)
INFO [14:17:36.224] [mlr3] Applying learner 'classif.featureless' on task 'iris' (iter 2/3)
INFO [14:17:36.282] [mlr3] Applying learner 'classif.featureless' on task 'iris' (iter 3/3)
INFO [14:17:36.327] [mlr3] Applying learner 'classif.rpart' on task 'iris' (iter 1/3)
INFO [14:17:36.389] [mlr3] Applying learner 'classif.rpart' on task 'iris' (iter 2/3)
INFO [14:17:36.454] [mlr3] Applying learner 'classif.rpart' on task 'iris' (iter 3/3)
INFO [14:17:36.514] [mlr3] Applying learner 'rpart2' on task 'iris' (iter 1/3)
INFO [14:17:36.580] [mlr3] Applying learner 'rpart2' on task 'iris' (iter 2/3)
INFO [14:17:36.645] [mlr3] Applying learner 'rpart2' on task 'iris' (iter 3/3)
INFO [14:17:36.712] [mlr3] Applying learner 'classif.featureless' on task 'sonar' (iter 1/3)
INFO [14:17:36.780] [mlr3] Applying learner 'classif.featureless' on task 'sonar' (iter 2/3)
INFO [14:17:36.835] [mlr3] Applying learner 'classif.featureless' on task 'sonar' (iter 3/3)
INFO [14:17:36.887] [mlr3] Applying learner 'classif.rpart' on task 'sonar' (iter 1/3)
INFO [14:17:36.965] [mlr3] Applying learner 'classif.rpart' on task 'sonar' (iter 2/3)
INFO [14:17:37.048] [mlr3] Applying learner 'classif.rpart' on task 'sonar' (iter 3/3)
INFO [14:17:37.134] [mlr3] Applying learner 'rpart2' on task 'sonar' (iter 1/3)
INFO [14:17:37.209] [mlr3] Applying learner 'rpart2' on task 'sonar' (iter 2/3)
INFO [14:17:37.259] [mlr3] Applying learner 'rpart2' on task 'sonar' (iter 3/3)
INFO [14:17:37.335] [mlr3] Finished benchmark
[ FAIL 1 | WARN 2 | SKIP 0 | PASS 50 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_BenchmarkAggr.R:99:3'): mlr3 coercions ─────────────────────────
Error in `UseMethod("as_data_backend")`: no applicable method for 'as_data_backend' applied to an object of class "NULL"
Backtrace:
▆
1. └─mlr3::tsks(c("pima", "spam")) at test_BenchmarkAggr.R:99:3
2. └─mlr3misc::dictionary_sugar_mget(dict = mlr_tasks, .keys, ...)
3. └─base::lapply(...)
4. └─mlr3misc (local) FUN(X[[i]], ...)
5. └─mlr3misc:::dictionary_get(dict, .key, .dicts_suggest = .dicts_suggest)
6. └─mlr3misc:::dictionary_initialize_item(key, obj, dots)
7. ├─base::do.call(constructor, cargs)
8. └─mlr3 (local) `<fn>`()
9. └─mlr3::as_data_backend(load_dataset("PimaIndiansDiabetes2", "mlbench"))
[ FAIL 1 | WARN 2 | SKIP 0 | PASS 50 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-windows-x86_64