Last updated on 2026-09-13 02:52:12 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 4.4.4 | 10.98 | 129.42 | 140.40 | OK | |
| r-devel-linux-x86_64-debian-gcc | 4.4.4 | 9.17 | 95.56 | 104.73 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 4.4.4 | 9.00 | 86.15 | 95.15 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 4.4.4 | 8.00 | 92.34 | 100.34 | OK | |
| r-devel-windows-x86_64 | 4.4.4 | 17.00 | 166.00 | 183.00 | OK | |
| r-patched-linux-x86_64 | 4.4.3 | 12.64 | 120.00 | 132.64 | OK | |
| r-release-linux-x86_64 | 4.4.4 | 11.86 | 119.34 | 131.20 | OK | |
| r-release-macos-arm64 | 4.4.3 | 3.00 | 38.00 | 41.00 | OK | |
| r-release-macos-x86_64 | 4.4.4 | 10.00 | 254.00 | 264.00 | OK | |
| r-release-windows-x86_64 | 4.4.3 | 17.00 | 161.00 | 178.00 | OK | |
| r-oldrel-macos-arm64 | 4.4.4 | 3.00 | 43.00 | 46.00 | OK | |
| r-oldrel-macos-x86_64 | 4.4.4 | 10.00 | 206.00 | 216.00 | OK | |
| r-oldrel-windows-x86_64 | 4.4.4 | 24.00 | 199.00 | 223.00 | OK |
Version: 4.4.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [27s/31s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(irace)
>
> test_check("irace")
[ FAIL 1 | WARN 46 | SKIP 25 | PASS 1845 ]
══ Skipped tests (25) ══════════════════════════════════════════════════════════
• On CRAN (25): 'test-GenericWrapper4AC.R:3:3', 'test-ablation.R:2:3',
'test-bad_scenario.R:3:5', 'test-blocksize.R:89:3', 'test-bug-10.R:20:3',
'test-bug-10.R:41:3', 'test-capping.R:14:3', 'test-capping.R:32:3',
'test-maxTime.R:52:3', 'test-multi_irace.R:34:3', 'test-multi_irace.R:48:3',
'test-multi_irace.R:63:3', 'test-multi_irace.R:76:3',
'test-multi_irace.R:88:3', 'test-multi_irace.R:101:3',
'test-multi_irace.R:129:3', 'test-multi_irace.R:141:3',
'test-psrace-nothing-to-run.R:10:5', 'test-psrace.R:4:3',
'test-psrace.R:19:3', 'test-sann-irace.R:77:3', 'test-sann-irace.R:92:3',
'test-sann-irace.R:100:3', 'test-sann-irace.R:108:3',
'test-target-runner-dummy.R:2:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-targeteval.R:82:3'): target_evaluator maxTime ────────────────
Expected `confs <- irace(scenario = scenario)` to run silently.
Actual noise: warnings.
[ FAIL 1 | WARN 46 | SKIP 25 | PASS 1845 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc