Last updated on 2025-11-26 19:51:28 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.2.0 | 31.58 | 650.27 | 681.85 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.2.0 | 21.92 | 411.36 | 433.28 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.2.0 | 163.00 | 849.64 | 1012.64 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 1.2.0 | 154.00 | 776.68 | 930.68 | OK | |
| r-devel-windows-x86_64 | 1.2.0 | 37.00 | 618.00 | 655.00 | OK | |
| r-patched-linux-x86_64 | 1.2.0 | 38.64 | 526.92 | 565.56 | OK | |
| r-release-linux-x86_64 | 1.2.0 | 30.18 | 532.46 | 562.64 | OK | |
| r-release-macos-arm64 | 1.2.0 | OK | ||||
| r-release-macos-x86_64 | 1.2.0 | 26.00 | 569.00 | 595.00 | OK | |
| r-release-windows-x86_64 | 1.2.0 | 33.00 | 602.00 | 635.00 | OK | |
| r-oldrel-macos-arm64 | 1.2.0 | OK | ||||
| r-oldrel-macos-x86_64 | 1.2.0 | 38.00 | 553.00 | 591.00 | OK | |
| r-oldrel-windows-x86_64 | 1.2.0 | 46.00 | 812.00 | 858.00 | OK |
Version: 1.2.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [10m/27m]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> if (requireNamespace("testthat", quietly = TRUE)) {
+ library("checkmate")
+ library("testthat")
+ library("mlr3")
+ test_check("mlr3")
+ }
Saving _problems/test_Learner-647.R
Error : reached elapsed time limit
Error : Error from classif.debug->train()
<Mlr3TestError:
x a
> Class: Mlr3TestError
>
<Mlr3ErrorLearnerNoModel:
x No model stored
> Class: Mlr3ErrorLearnerNoModel
>
[ FAIL 1 | WARN 0 | SKIP 8 | PASS 16980 ]
══ Skipped tests (8) ═══════════════════════════════════════════════════════════
• Not on GitHub Actions (1): 'test_backward_compatibility.R:1:1'
• On CRAN (5): 'test_Measure.R:128:3', 'test_Task.R:850:1',
'test_parallel_future.R:91:3', 'test_parallel_mirai.R:48:3',
'test_parallel_mirai.R:66:3'
• empty test (1): 'test_Task.R:911:1'
• {distr6} is not installed (1): 'test_PredictionRegr.R:54:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_Learner.R:647:3'): predict time is cumulative ────────────────
Expected `t1 > t2` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
[ FAIL 1 | WARN 0 | SKIP 8 | PASS 16980 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang