Last updated on 2026-04-09 05:52:06 CEST.
| Package | ERROR | WARN | NOTE | OK |
|---|---|---|---|---|
| bbotk | 3 | 11 | ||
| farff | 14 | |||
| mlr3 | 14 | |||
| mlr3batchmark | 14 | |||
| mlr3data | 14 | |||
| mlr3db | 3 | 11 | ||
| mlr3filters | 14 | |||
| mlr3fselect | 14 | |||
| mlr3hyperband | 14 | |||
| mlr3learners | 14 | |||
| mlr3mbo | 1 | 13 | ||
| mlr3measures | 14 | |||
| mlr3misc | 1 | 13 | ||
| mlr3spatial | 14 | |||
| mlr3tuning | 14 | |||
| mlr3tuningspaces | 14 | |||
| mlr3verse | 3 | 11 | ||
| mlr3viz | 14 | |||
| rush | 1 | 13 |
Current CRAN status: WARN: 3, OK: 11
Version: 1.9.0
Check: compiled code
Result: WARN
File ‘bbotk/libs/bbotk.so’:
Found non-API call to R: ‘Rf_findVar’
This entry point may be removed soon.
Compiled code should not call non-API entry points in R.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
Flavors: r-devel-linux-x86_64-debian-clang, r-patched-linux-x86_64
Version: 1.9.0
Check: compiled code
Result: WARN
File 'bbotk/libs/x64/bbotk.dll':
Found non-API call to R: 'Rf_findVar'
This entry point may be removed soon.
Compiled code should not call non-API entry points in R.
See 'Writing portable packages' in the 'Writing R Extensions' manual,
and section 'Moving into C API compliance' for issues with the use of
non-API entry points.
Flavor: r-devel-windows-x86_64
Current CRAN status: OK: 14
Current CRAN status: OK: 14
Current CRAN status: OK: 14
Current CRAN status: OK: 14
Current CRAN status: NOTE: 3, OK: 11
Version: 0.7.1
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘polars’
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 0.7.1
Check: Rd cross-references
Result: NOTE
Package unavailable to check Rd xrefs: ‘polars’
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Current CRAN status: OK: 14
Current CRAN status: OK: 14
Current CRAN status: OK: 14
Current CRAN status: OK: 14
Current CRAN status: ERROR: 1, OK: 13
Version: 1.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [11m/31m]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> if (requireNamespace("testthat", quietly = TRUE)) {
+ library(testthat)
+ library(checkmate)
+ library(mlr3mbo)
+ test_check("mlr3mbo")
+ }
Loading required package: mlr3
Loading required package: mlr3tuning
Loading required package: paradox
Attaching package: 'mlr3mbo'
The following object is masked from 'package:testthat':
it
Loading required namespace: mlr3learners
Loading required namespace: DiceKriging
Loading required namespace: rgenoud
Saving _problems/test_ResultAssignerSurrogate-142.R
WARN [08:10:46.154] [bbotk] Caught the following error:
x Acquisition function optimization failed.
> Class: Mlr3ErrorMboAcqOptimizer
Caused by:
Optimizer Error.
WARN [08:10:48.217] [bbotk] Caught the following error:
x Surrogate update failed.
> Class: Mlr3ErrorMboSurrogateUpdate
Caused by:
x Surrogate Train Error.
> Class: Mlr3ErrorLearnerTrain
WARN [08:10:49.956] [bbotk] Caught the following error:
x Acquisition function optimization failed.
> Class: Mlr3ErrorMboAcqOptimizer
Caused by:
x Surrogate Predict Error.
> Class: Mlr3ErrorLearnerPredict
[ FAIL 1 | WARN 0 | SKIP 11 | PASS 1174 ]
══ Skipped tests (11) ══════════════════════════════════════════════════════════
• On CRAN (11): 'test_AcqFunctionEHVIGH.R:38:3',
'test_AcqFunctionStochasticCB.R:2:1', 'test_AcqFunctionStochasticEI.R:2:1',
'test_OptimizerADBO.R:2:1', 'test_OptimizerAsyncMbo.R:2:1',
'test_OptimizerMbo.R:2:3', 'test_ResultAssignerSurrogate.R:18:3',
'test_TunerADBO.R:2:1', 'test_TunerAsyncMbo.R:2:1', 'test_TunerMbo.R:2:3',
'test_conditions.R:5:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_ResultAssignerSurrogate.R:142:3'): ResultAssignerSurrogate passes internal tuned values ──
Error in `.__OptimInstanceBatchSingleCrit__assign_result(self = self, private = private, super = super, xdt = xdt, y = y, extra = extra, ... = ...)`: Assertion on 'private$.result_y' failed: Must have length 1.
Backtrace:
▆
1. ├─checkmate::expect_data_table(tuner$optimize(instance), nrows = 1L) at test_ResultAssignerSurrogate.R:142:3
2. │ └─checkmate::checkDataTable(...)
3. └─tuner$optimize(instance)
4. └─mlr3tuning:::.__TunerBatchFromOptimizerBatch__optimize(...)
5. └─private$.optimizer$optimize(inst)
6. └─mlr3mbo:::.__OptimizerMbo__optimize(...)
7. └─bbotk::optimize_batch_default(inst, self)
8. └─get_private(optimizer)$.assign_result(instance)
9. └─mlr3mbo:::.__OptimizerMbo__.assign_result(...)
10. └─self$result_assigner$assign_result(inst)
11. └─mlr3mbo:::.__ResultAssignerSurrogate__assign_result(...)
12. └─instance$assign_result(xdt = best, y = best_y, extra = extra)
13. └─mlr3tuning:::.__TuningInstanceBatchSingleCrit__assign_result(...)
14. └─super$assign_result(private$.result_xdt, private$.result_y)
15. └─bbotk:::.__OptimInstanceBatchSingleCrit__assign_result(...)
16. └─checkmate::assert_number(private$.result_y)
17. └─checkmate::makeAssertion(x, res, .var.name, add)
18. └─checkmate:::mstop(...)
[ FAIL 1 | WARN 0 | SKIP 11 | PASS 1174 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Current CRAN status: OK: 14
Current CRAN status: ERROR: 1, OK: 13
Version: 0.21.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [0m/30m]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> if (requireNamespace("testthat", quietly = TRUE)) {
+ library("testthat")
+ library("mlr3misc")
+ test_check("mlr3misc")
+ }
Starting 2 test processes.
Execution halted
* checking PDF version of manual ...* using check arguments '--no-clean-on-error '
Flavor: r-devel-macos-arm64
Current CRAN status: OK: 14
Current CRAN status: OK: 14
Current CRAN status: OK: 14
Current CRAN status: NOTE: 3, OK: 11
Version: 0.3.1
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘mlr3proba’
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Current CRAN status: OK: 14
Current CRAN status: NOTE: 1, OK: 13
Version: 1.0.0
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘xgboost’
Flavor: r-oldrel-macos-arm64