Package: ao Check: tests New result: ERROR Running ‘testthat.R’ [6s/6s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(ao) Loading required package: optimizeR This is {ao} 1.2.0, happy alternating optimization! Documentation? https://loelschlaeger.de/ao Any issues? https://github.com/loelschlaeger/ao/issues > > test_check("ao") [ FAIL 1 | WARN 0 | SKIP 0 | PASS 6 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-ao.R:19:3'): ao with additional parameters works ─────────────── Error: Function argument `a` is required but not specified yet. Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-ao.R:19: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. └─ao::ao(f = himmelblau, initial = c(0, 0)) 8. ├─process$initialize_details(initial_parameter = initial, initial_value = objective$evaluate(initial)) 9. │ ├─base::structure(...) 10. │ ├─base::data.frame(...) 11. │ └─base::t(...) 12. └─objective$evaluate(initial) 13. └─private$.check_arguments_complete(.names_add_args_provided = names(list(...))) 14. └─private$.check_argument_specified(argument_name, .verbose = FALSE) 15. └─cli::cli_abort(...) 16. └─rlang::abort(...) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 6 ] Error: Test failures Execution halted