Last updated on 2023-06-02 23:03:25 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.16.0 | 34.60 | 388.88 | 423.48 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.16.0 | 30.72 | 285.80 | 316.52 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.16.0 | 509.15 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.16.0 | 487.66 | OK | |||
r-devel-windows-x86_64 | 0.16.0 | 28.00 | 309.00 | 337.00 | OK | |
r-patched-linux-x86_64 | 0.16.0 | OK | ||||
r-release-linux-x86_64 | 0.16.0 | 35.67 | 357.68 | 393.35 | ERROR | |
r-release-macos-arm64 | 0.16.0 | 132.00 | OK | |||
r-release-macos-x86_64 | 0.15.0 | 227.00 | OK | |||
r-release-windows-x86_64 | 0.16.0 | 40.00 | 405.00 | 445.00 | OK | |
r-oldrel-macos-arm64 | 0.16.0 | 124.00 | OK | |||
r-oldrel-macos-x86_64 | 0.16.0 | 159.00 | OK | |||
r-oldrel-windows-x86_64 | 0.16.0 | 38.00 | 357.00 | 395.00 | OK |
Version: 0.16.0
Check: Rd cross-references
Result: NOTE
Undeclared package ‘glmnet’ in Rd xrefs
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.16.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [166s/219s]
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 0 | SKIP 2 | PASS 12237 ]
══ Skipped tests ═══════════════════════════════════════════════════════════════
• On CRAN (1)
• distr6 cannot be loaded (1)
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_mlr_learners_classif_featureless.R:20:3'): Simple training/predict ──
Check on 'perf' failed: Element 1 is not <= 0.7
Backtrace:
▆
1. └─checkmate::expect_number(perf, lower = 0.6, upper = 0.7) at test_mlr_learners_classif_featureless.R:20:2
2. └─checkmate::makeExpectation(x, res, info, label)
[ FAIL 1 | WARN 0 | SKIP 2 | PASS 12237 ]
Error: Test failures
Execution halted
Flavor: r-release-linux-x86_64