CRAN Package Check Results for Package irace

Last updated on 2025-07-12 22:49:12 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 4.2.0 13.39 123.01 136.40 OK
r-devel-linux-x86_64-debian-gcc 4.2.0 9.12 86.69 95.81 OK
r-devel-linux-x86_64-fedora-clang 4.2.0 218.38 OK
r-devel-linux-x86_64-fedora-gcc 4.2.0 207.09 OK
r-devel-windows-x86_64 4.2.0 16.00 158.00 174.00 OK
r-patched-linux-x86_64 4.2.0 12.11 113.31 125.42 OK
r-release-linux-x86_64 4.2.0 12.25 114.08 126.33 ERROR
r-release-macos-arm64 4.2.0 70.00 OK
r-release-macos-x86_64 4.2.0 147.00 OK
r-release-windows-x86_64 4.2.0 17.00 159.00 176.00 OK
r-oldrel-macos-arm64 4.2.0 81.00 NOTE
r-oldrel-macos-x86_64 4.2.0 154.00 NOTE
r-oldrel-windows-x86_64 4.2.0 23.00 187.00 210.00 OK

Check Details

Version: 4.2.0
Check: tests
Result: ERROR Running ‘testthat.R’ [33s/53s] 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 0 | SKIP 23 | PASS 1835 ] ══ Skipped tests (23) ══════════════════════════════════════════════════════════ • On CRAN (23): '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:30: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.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 ════════════════════════════════════════════════════════════════ ── Error ('test-blocksize.R:78:3'): blockSize cap_irace maxExperiments = 1000 ── Error in `confs[1L, , drop = FALSE]`: incorrect number of dimensions Backtrace: ▆ 1. ├─testthat::expect_warning(...) at test-blocksize.R:78:3 2. │ └─testthat:::expect_condition_matching(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. ├─irace (local) check_blocksize(cap_irace(maxExperiments = 1000, debugLevel = 3)) 8. │ ├─testthat::expect_equal(...) at test-blocksize.R:67:3 9. │ │ └─testthat::quasi_label(enquo(object), label, arg = "object") 10. │ │ └─rlang::eval_bare(expr, quo_get_env(quo)) 11. │ ├─base::rowMeans(...) 12. │ │ └─base::is.data.frame(x) 13. │ ├─base::matrix(...) 14. │ └─irace::get_instanceID_seed_pairs(results) 15. │ └─irace::read_logfile(iraceResults) 16. │ └─irace:::is_na_or_empty(filename) 17. └─irace (local) cap_irace(maxExperiments = 1000, debugLevel = 3) 18. ├─testthat::expect_identical(...) at test-blocksize.R:30:3 19. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 20. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 21. └─irace::removeConfigurationsMetaData(confs[1L, , drop = FALSE]) [ FAIL 1 | WARN 0 | SKIP 23 | PASS 1835 ] Error: Test failures Execution halted Flavor: r-release-linux-x86_64

Version: 4.2.0
Check: package dependencies
Result: NOTE Package suggested but not available for checking: ‘Rmpi’ Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64