Last updated on 2026-09-02 13:50:55 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.6.1 | 16.50 | 745.38 | 761.88 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.6.1 | 9.43 | 526.26 | 535.69 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.6.1 | 10.00 | 419.44 | 429.44 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.6.1 | 11.00 | 502.64 | 513.64 | ERROR | |
| r-devel-windows-x86_64 | 1.6.1 | 16.00 | 701.00 | 717.00 | OK | |
| r-patched-linux-x86_64 | 1.6.1 | 16.79 | 710.61 | 727.40 | OK | |
| r-release-linux-x86_64 | 1.6.1 | 13.43 | 709.70 | 723.13 | OK | |
| r-release-macos-arm64 | 1.6.1 | 3.00 | 455.00 | 458.00 | OK | |
| r-release-macos-x86_64 | 1.6.1 | 11.00 | 920.00 | 931.00 | OK | |
| r-release-windows-x86_64 | 1.6.1 | 17.00 | 703.00 | 720.00 | OK | |
| r-oldrel-macos-arm64 | 1.6.1 | 3.00 | 247.00 | 250.00 | OK | |
| r-oldrel-macos-x86_64 | 1.6.1 | 11.00 | 854.00 | 865.00 | OK | |
| r-oldrel-windows-x86_64 | 1.6.1 | 23.00 | 1009.00 | 1032.00 | OK |
Version: 1.6.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [391s/593s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> if (requireNamespace("testthat", quietly = TRUE)) {
+ library("testthat")
+ library("checkmate")
+ library("mlr3tuning")
+ test_check("mlr3tuning")
+ }
Loading required package: mlr3
Loading required package: paradox
Error:
x Objective (obj:classif.rpart_on_sonar, term:TerminatorEvals) terminated
> Class: Mlr3ErrorBbotkTerminated
Saving _problems/test_TunerBatchCmaes-22.R
[ FAIL 1 | WARN 0 | SKIP 27 | PASS 4745 ]
══ Skipped tests (27) ══════════════════════════════════════════════════════════
• On CRAN (27): 'test_ArchiveAsyncTuning.R:2:1',
'test_ArchiveAsyncTuningFrozen.R:2:1', 'test_AutoTuner.R:804:3',
'test_AutoTuner.R:828:3', 'test_CallbackAsyncTuning.R:2:1',
'test_Tuner.R:60:1', 'test_TunerAsyncDesignPoints.R:2:1',
'test_TunerAsyncGridSearch.R:2:1', 'test_TunerAsyncRandomSearch.R:2:1',
'test_TuningInstanceAsyncMultiCrit.R:2:1',
'test_TuningInstanceAsyncSingleCrit.R:2:1', 'test_auto_tuner.R:42:3',
'test_auto_tuner.R:66:3', 'test_mlr_callbacks.R:70:3',
'test_mlr_callbacks.R:131:3', 'test_mlr_callbacks.R:157:3',
'test_mlr_callbacks.R:183:3', 'test_mlr_callbacks.R:206:3',
'test_mlr_callbacks.R:236:3', 'test_mlr_callbacks.R:266:3',
'test_mlr_callbacks.R:301:3', 'test_mlr_callbacks.R:474:3',
'test_mlr_callbacks.R:517:3', 'test_mlr_callbacks.R:559:3',
'test_mlr_callbacks.R:587:3', 'test_ti_async.R:2:1', 'test_tune.R:19:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_TunerBatchCmaes.R:22:3'): TunerBatchCmaes ────────────────────
Expected `instance$archive$n_evals` to equal 10.
Differences:
`actual`: 14.0
`expected`: 10.0
[ FAIL 1 | WARN 0 | SKIP 27 | PASS 4745 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc