Last updated on 2025-07-04 01:50:00 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.0 | 32.90 | 586.44 | 619.34 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.0 | 20.01 | 368.52 | 388.53 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.1 | 944.44 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 861.03 | OK | |||
r-devel-windows-x86_64 | 1.0.0 | 32.00 | 534.00 | 566.00 | OK | |
r-patched-linux-x86_64 | 1.0.0 | 47.11 | 498.43 | 545.54 | ERROR | |
r-release-linux-x86_64 | 1.0.0 | 31.82 | 494.87 | 526.69 | OK | |
r-release-macos-arm64 | 1.0.0 | 251.00 | OK | |||
r-release-macos-x86_64 | 1.0.1 | 471.00 | OK | |||
r-release-windows-x86_64 | 1.0.0 | 32.00 | 534.00 | 566.00 | OK | |
r-oldrel-macos-arm64 | 1.0.0 | 238.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.1 | 471.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0.0 | 46.00 | 720.00 | 766.00 | OK |
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [311s/425s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> if (requireNamespace("testthat", quietly = TRUE)) {
+ library("checkmate")
+ library("testthat")
+ library("mlr3")
+ test_check("mlr3")
+ }
Loading required namespace: Matrix
[ FAIL 1 | WARN 6 | SKIP 6 | PASS 16211 ]
══ Skipped tests (6) ═══════════════════════════════════════════════════════════
• On CRAN (3): 'test_Measure.R:128:3', 'test_Task.R:854:3',
'test_parallel.R:91:3'
• empty test (2): 'test_Task.R:623:1', 'test_Task.R:910:1'
• {distr6} is not installed (1): 'test_PredictionRegr.R:54:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_Task.R:796:3'): rbind with weights ───────────────────────────
Check on '"new_level"' failed: Must be a subset of {'setosa','versicolor','virginica'}, but has additional elements {'new_level'}
Backtrace:
▆
1. └─checkmate::expect_subset("new_level", task$levels("Species")$Species) at test_Task.R:796:3
2. └─checkmate::makeExpectation(x, res, info, label)
[ FAIL 1 | WARN 6 | SKIP 6 | PASS 16211 ]
Error: Test failures
Execution halted
Flavor: r-patched-linux-x86_64