Package check result: OK Changes to worse in reverse depends: Package: ao Check: tests New result: ERROR Running ‘testthat.R’ [4s/4s] 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