Last updated on 2025-09-17 04:50:08 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.12.0 | 12.71 | 214.47 | 227.18 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.12.0 | 7.48 | 133.32 | 140.80 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.12.0 | 328.04 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.12.0 | 312.77 | OK | |||
r-devel-windows-x86_64 | 0.12.0 | 12.00 | 174.00 | 186.00 | OK | |
r-patched-linux-x86_64 | 0.12.0 | 14.16 | 164.65 | 178.81 | OK | |
r-release-linux-x86_64 | 0.12.0 | 11.33 | 166.87 | 178.20 | 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 | 11.00 | 173.00 | 184.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 | 16.00 | 615.00 | 631.00 | OK |
Version: 0.12.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [72s/426s]
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 [17:04:15.085] [mlr3] train: one multinomial or binomial class has fewer than 8 observations; dangerous ground
WARN [17:04:23.038] [mlr3] train: one multinomial or binomial class has fewer than 8 observations; dangerous ground
WARN [17:04:28.004] [mlr3] train: one multinomial or binomial class has fewer than 8 observations; dangerous ground
WARN [17:04:32.040] [mlr3] train: one multinomial or binomial class has fewer than 8 observations; dangerous ground
ERROR [17:06:37.660] [mlr3] train: rank deficiency in group A
WARN [17:07:50.991] [mlr3] train: Option grouped=FALSE enforced in cv.glmnet, since < 3 observations per fold
WARN [17:07:57.302] [mlr3] train: Option grouped=FALSE enforced in cv.glmnet, since < 3 observations per fold
WARN [17:09:21.173] [mlr3] predict: Sample size <=20, no calibration performed.
WARN [17:09:21.180] [mlr3] predict: NaNs produced
WARN [17:09:26.609] [mlr3] predict: Sample size <=20, no calibration performed.
WARN [17:09:26.611] [mlr3] predict: NaNs produced
[ 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-debian-gcc