Package check result: OK Changes to worse in reverse depends: Package: Rpolyhedra Check: tests New result: ERROR Running ‘testthat.R’ [19s/19s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(Rpolyhedra) > library(stringr) > library(lgr) > library(rgl) > library(geometry) > library(testthat) > > # Change threshold to ERROR. Comment out/change if verbosity required for development > lgr::basic_config(threshold = "error") [error] root appenders: console: [all] -> console > #' getDataDirMockedTest mocked function for a temp dest folder for testing proposes > > > > testthat::test_check("Rpolyhedra") Saving _problems/test_package_lib-41.R [ FAIL 1 | WARN 0 | SKIP 0 | PASS 646 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_package_lib.R:22:3'): test on package lib functions ──────────── Error: `with_mock()` was deprecated in testthat 3.2.0 and is now defunct. ℹ Please use `with_mocked_bindings()` instead. Backtrace: ▆ 1. └─testthat::with_mock(...) at test_package_lib.R:22:3 2. └─lifecycle::deprecate_stop("3.2.0", "with_mock()", "with_mocked_bindings()") 3. └─lifecycle:::deprecate_stop0(msg) 4. └─rlang::cnd_signal(...) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 646 ] Error: ! Test failures. Execution halted