Last updated on 2025-06-26 05:53:13 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.0 | 35.61 | 587.00 | 622.61 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.0 | 20.13 | 382.13 | 402.26 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.0 | 957.98 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 822.43 | OK | |||
r-devel-windows-x86_64 | 1.0.0 | 33.00 | 532.00 | 565.00 | OK | |
r-patched-linux-x86_64 | OK | |||||
r-release-linux-x86_64 | 1.0.0 | 30.68 | 496.69 | 527.37 | OK | |
r-release-macos-arm64 | 1.0.0 | 251.00 | OK | |||
r-release-macos-x86_64 | 1.0.0 | 454.00 | OK | |||
r-release-windows-x86_64 | 1.0.0 | 32.00 | 533.00 | 565.00 | OK | |
r-oldrel-macos-arm64 | 1.0.0 | 238.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.0 | 478.00 | NOTE | |||
r-oldrel-windows-x86_64 | 1.0.0 | 45.00 | 734.00 | 779.00 | ERROR |
Version: 1.0.0
Check: installed package size
Result: NOTE
installed size is 5.0Mb
sub-directories of 1Mb or more:
R 2.0Mb
help 2.2Mb
Flavor: r-oldrel-macos-x86_64
Version: 1.0.0
Check: tests
Result: ERROR
Running 'testthat.R' [442s]
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 7 | PASS 16010 ]
══ Skipped tests (7) ═══════════════════════════════════════════════════════════
• On CRAN (3): 'test_Measure.R:128:3', 'test_Task.R:854:3',
'test_parallel.R:91:3'
• On Windows (1): 'test_parallel.R:62: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 7 | PASS 16010 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-x86_64