Last updated on 2025-09-23 08:49:37 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.12.0 | 10.90 | 211.82 | 222.72 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.12.0 | 7.77 | 140.79 | 148.56 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.12.0 | 328.04 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.12.0 | 294.05 | ERROR | |||
r-devel-windows-x86_64 | 0.12.0 | 12.00 | 174.00 | 186.00 | OK | |
r-patched-linux-x86_64 | 0.12.0 | 12.07 | 182.21 | 194.28 | OK | |
r-release-linux-x86_64 | 0.12.0 | 9.70 | 179.00 | 188.70 | OK | |
r-release-macos-arm64 | 0.12.0 | 65.00 | OK | |||
r-release-macos-x86_64 | 0.12.0 | 225.00 | OK | |||
r-release-windows-x86_64 | 0.12.0 | 12.00 | 465.00 | 477.00 | OK | |
r-oldrel-macos-arm64 | 0.12.0 | 68.00 | OK | |||
r-oldrel-macos-x86_64 | 0.12.0 | 135.00 | OK | |||
r-oldrel-windows-x86_64 | 0.12.0 | 18.00 | 630.00 | 648.00 | OK |
Version: 0.12.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [3m/17m]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> if (requireNamespace("testthat", quietly = TRUE)) {
+ library("testthat")
+ library("mlr3learners")
+ test_check("mlr3learners")
+ }
Loading required package: mlr3
WARN [16:03:24.802] [mlr3] train: one multinomial or binomial class has fewer than 8 observations; dangerous ground
WARN [16:03:34.711] [mlr3] train: one multinomial or binomial class has fewer than 8 observations; dangerous ground
WARN [16:03:45.821] [mlr3] train: one multinomial or binomial class has fewer than 8 observations; dangerous ground
WARN [16:03:56.407] [mlr3] train: one multinomial or binomial class has fewer than 8 observations; dangerous ground
ERROR [16:09:19.932] [mlr3] train: rank deficiency in group A
WARN [16:12:01.242] [mlr3] train: Option grouped=FALSE enforced in cv.glmnet, since < 3 observations per fold
WARN [16:12:11.721] [mlr3] train: Option grouped=FALSE enforced in cv.glmnet, since < 3 observations per fold
WARN [16:15:20.217] [mlr3] predict: Sample size <=20, no calibration performed.
WARN [16:15:31.389] [mlr3] predict: Sample size <=20, no calibration performed.
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 548 ]
══ Skipped tests (4) ═══════════════════════════════════════════════════════════
• On CRAN (4): 'test_classif_nnet.R:2:1', 'test_classif_xgboost.R:2:1',
'test_regr_nnet.R:2:1', 'test_regr_xgboost.R:2:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_classif_qda.R:7:3'): autotest ────────────────────────────────
`result` is not TRUE
`actual` is a list
`expected` is a logical vector (TRUE)
[encapsulation] learner 'classif.qda:prob' on task 'feat_all_multiclass' failed: resample log has errors: rank deficiency in group A
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 548 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc