Last updated on 2025-12-06 00:48:49 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.3.8 | 26.66 | 405.41 | 432.07 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.3.8 | 18.03 | 175.00 | 193.03 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.3.8 | 51.00 | 640.24 | 691.24 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.3.8 | 93.00 | 545.19 | 638.19 | OK | |
| r-devel-windows-x86_64 | 0.3.8 | 29.00 | 416.00 | 445.00 | OK | |
| r-patched-linux-x86_64 | 0.3.8 | 40.04 | 364.36 | 404.40 | OK | |
| r-release-linux-x86_64 | 0.3.8 | 25.95 | 367.89 | 393.84 | OK | |
| r-release-macos-arm64 | 0.3.8 | OK | ||||
| r-release-macos-x86_64 | 0.3.8 | 27.00 | 305.00 | 332.00 | OK | |
| r-release-windows-x86_64 | 0.3.8 | 29.00 | 403.00 | 432.00 | OK | |
| r-oldrel-macos-arm64 | 0.3.8 | OK | ||||
| r-oldrel-macos-x86_64 | 0.3.8 | 22.00 | 293.00 | 315.00 | OK | |
| r-oldrel-windows-x86_64 | 0.3.8 | 41.00 | 496.00 | 537.00 | OK |
Version: 0.3.8
Check: package dependencies
Result: WARN
Cannot process vignettes
Packages suggested but not available for checking:
'knitr', 'rmarkdown', 'randomForestSRC', 'ranger', 'Rfast',
'FSelectorRcpp', 'lintr', 'Hmisc'
VignetteBuilder package required for checking but not installed: ‘knitr’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.3.8
Check: tests
Result: ERROR
Running ‘run-core.R’ [0s/0s]
Running ‘run-cpo.R’ [33s/22s]
Running ‘run-meta.R’ [11s/7s]
Running ‘run-zzzlint.R’ [0s/0s]
Running the tests in ‘tests/run-cpo.R’ failed.
Complete output:
> library(testthat)
> ISTESTING = TRUE # nolint
> test_check("mlrCPO", filter = "^cpo_")
Loading required package: mlrCPO
Loading required package: ParamHelpers
Loading required package: mlr
Starting 2 test processes.
> test_cpo_filter.R: Loading required namespace: care
> test_cpo_filter.R: Loading required namespace: FSelector
> test_cpo_filter.R: Loading required namespace: mRMRe
> test_cpo_filter.R: Loading required namespace: party
> test_cpo_filter.R: Loading required namespace: randomForestSRC
> test_cpo_filter.R: Failed with error: 'there is no package called 'randomForestSRC''
> test_cpo_impute.R: Resampling: holdout
> test_cpo_impute.R: Measures: mse
> test_cpo_impute.R: [Resample] iter 1: 1.9381083
> test_cpo_impute.R:
> test_cpo_impute.R:
> test_cpo_impute.R: Aggregated Result: mse.test.mean=1.9381083
> test_cpo_impute.R:
> test_cpo_impute.R:
> test_cpo_impute.R: Resampling: holdout
> test_cpo_impute.R: Measures: mse
> test_cpo_impute.R: [Resample] iter 1: 6.3294995
> test_cpo_impute.R:
> test_cpo_impute.R:
> test_cpo_impute.R: Aggregated Result: mse.test.mean=6.3294995
> test_cpo_impute.R:
> test_cpo_impute.R:
Saving _problems/test_cpo_smote-7.R
[ FAIL 1 | WARN 2 | SKIP 1 | PASS 429 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• On CRAN (1): 'test_cpo_filter.R:5:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_cpo_smote.R:7:3'): cpoSmote works as expected ──────────────────
Error in `requirePackages("cluster", why = "smote", default.method = "load")`: For smote please install the following packages: cluster
Backtrace:
▆
1. ├─mlrCPO::`internal%>>%`(pid.task, cpoSmote())
2. └─mlrCPO:::`%>>%.Task`(pid.task, cpoSmote())
3. ├─mlrCPO::applyCPO(cpo2, cpo1)
4. └─mlrCPO:::applyCPO.CPO(cpo2, cpo1)
5. ├─mlrCPO:::callCPO(cpo, task, TRUE, prev.retrafo, TRUE, prev.inverter)
6. └─mlrCPO:::callCPO.CPOPrimitive(...)
7. ├─base::do.call(...)
8. └─mlrCPO (local) `<fn>`(...)
9. └─mlrCPO (local) cpo.trafo(...)
10. └─mlr::smote(...)
11. └─BBmisc::requirePackages("cluster", why = "smote", default.method = "load")
12. └─BBmisc::stopf(...)
[ FAIL 1 | WARN 2 | SKIP 1 | PASS 429 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.3.8
Check: package vignettes
Result: NOTE
Package has ‘vignettes’ subdirectory but apparently no vignettes.
Perhaps the ‘VignetteBuilder’ information is missing from the
DESCRIPTION file?
Flavor: r-devel-linux-x86_64-debian-gcc