Last updated on 2025-04-25 03:50:53 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.0 | 14.14 | 128.24 | 142.38 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.1.0 | 10.38 | 92.49 | 102.87 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.1.0 | 245.64 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.0 | 223.00 | OK | |||
r-devel-windows-x86_64 | 1.1.0 | 15.00 | 127.00 | 142.00 | OK | |
r-patched-linux-x86_64 | 1.1.0 | 14.43 | 121.58 | 136.01 | OK | |
r-release-linux-x86_64 | 1.1.0 | 13.33 | 123.65 | 136.98 | OK | |
r-release-macos-arm64 | 1.1.0 | 66.00 | OK | |||
r-release-macos-x86_64 | 1.1.0 | 125.00 | OK | |||
r-release-windows-x86_64 | 1.1.0 | 16.00 | 129.00 | 145.00 | OK | |
r-oldrel-macos-arm64 | 1.1.0 | 72.00 | OK | |||
r-oldrel-macos-x86_64 | 1.1.0 | 84.00 | OK | |||
r-oldrel-windows-x86_64 | 1.1.0 | 22.00 | 159.00 | 181.00 | OK |
Version: 1.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [12s/16s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(ao)
Loading required package: optimizeR
Thanks for using {ao} version 1.1.0, happy alternating optimization!
Documentation: https://loelschlaeger.de/ao
>
> test_check("ao")
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 9 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-ao.R:47:3'): ao with a different base optimizer works ──────────
Error: 'optimizer_nlm' is not an exported object from 'namespace:optimizeR'
Backtrace:
▆
1. ├─testthat::expect_warning(...) at test-ao.R:47: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. ├─checkmate::expect_list(...)
8. │ └─checkmate::checkList(...)
9. │ └─... %and% checkListTypes(x, types)
10. │ └─base::isTRUE(lhs)
11. └─ao::ao(...)
── Error ('test-ao.R:74:3'): multiple ao threads work ──────────────────────────
Error: 'optimizer_nlm' is not an exported object from 'namespace:optimizeR'
Backtrace:
▆
1. └─ao::ao(...) at test-ao.R:74:3
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 9 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang