Package check result: OK Changes to worse in reverse depends: Package: mcmcr Check: tests New result: ERROR Running ‘testthat.R’ [14s/14s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(mcmcr) > > test_check("mcmcr") [ FAIL 1 | WARN 11 | SKIP 3 | PASS 413 ] ══ Skipped tests (3) ═══════════════════════════════════════════════════════════ • On CRAN (3): 'test-converged.R:31:3', 'test-ess.R:23:3', 'test-estimates.R:4:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-aaa-deprecated.R:31:3'): check_mcmcr ─────────────────────────── Error in `(function (x, x_name = substitute(x), error = TRUE) { lifecycle::deprecate_soft("v0.2.1", "check_mcmcarray()", "chk_mcmcarray()") x_name <- deparse_backtick_chk(x_name) chk_string(x_name) chk_flag(error) chk_s3_class(x, "mcmcarray", x_name = x_name) if (!is.array(x)) abort_chk(x_name, " must be an array") chk_not_any_na(x, x_name = x_name) invisible(x) })(dots[[1L]][[1L]], x_name = dots[[2L]][[1L]], error = TRUE)`: `"y parameter 'x'"` must inherit from S3 class 'mcmcarray'. Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-aaa-deprecated.R:31: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. └─mcmcr::check_mcmcr(y) 8. └─base::mapply(...) 9. └─mcmcr (local) ``(dots[[1L]][[1L]], x_name = dots[[2L]][[1L]], error = TRUE) 10. └─chk::chk_s3_class(x, "mcmcarray", x_name = x_name) 11. └─chk::abort_chk(...) 12. └─chk::err(..., n = n, tidy = tidy, class = "chk_error", call = call) 13. └─rlang::abort(msg, class = class, !!!args[named], call = call) [ FAIL 1 | WARN 11 | SKIP 3 | PASS 413 ] Deleting unused snapshots: • converged/converged.csv • ess/ess.csv • estimates/estimates.csv Error: Test failures Execution halted