Package check result: OK Changes to worse in reverse depends: Package: TrialSimulator [Old version: 1.10.1, New version: 1.16.0] Check: tests New result: ERROR Running ‘testthat.R’ [38s/43s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(TrialSimulator) ⚕⚕ Welcome to TrialSimulator version 1.16.0. ⚕⚕ > > test_check("TrialSimulator") Saving _problems/test-adaptive-128.R [ FAIL 1 | WARN 0 | SKIP 0 | PASS 193 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-adaptive.R:128:3'): sample ratio can be updated to switch between permuted block and sample() ── Expected `all(controller$get_output() %>% select(contains("stage")) > 0.1/10)` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE [ FAIL 1 | WARN 0 | SKIP 0 | PASS 193 ] Error: ! Test failures. Execution halted