Last updated on 2026-04-23 03:54:47 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.16.0 | 23.61 | 597.84 | 621.45 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.16.0 | 15.63 | 387.60 | 403.23 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.16.0 | 46.00 | 989.37 | 1035.37 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.16.0 | 41.00 | 941.68 | 982.68 | OK | |
| r-devel-macos-arm64 | 1.16.0 | 6.00 | 131.00 | 137.00 | OK | |
| r-devel-windows-x86_64 | 1.16.0 | 28.00 | 548.00 | 576.00 | OK | |
| r-patched-linux-x86_64 | 1.16.0 | 24.41 | 567.48 | 591.89 | OK | |
| r-release-linux-x86_64 | 1.16.0 | 23.13 | 549.49 | 572.62 | OK | |
| r-release-macos-arm64 | 1.16.0 | 6.00 | 132.00 | 138.00 | OK | |
| r-release-macos-x86_64 | 1.16.0 | 18.00 | 968.00 | 986.00 | OK | |
| r-release-windows-x86_64 | 1.16.0 | 27.00 | 547.00 | 574.00 | OK | |
| r-oldrel-macos-arm64 | 1.10.1 | 6.00 | 141.00 | 147.00 | OK | |
| r-oldrel-macos-x86_64 | 1.16.0 | 17.00 | 940.00 | 957.00 | OK | |
| r-oldrel-windows-x86_64 | 1.16.0 | 38.00 | 747.00 | 785.00 | ERROR |
Version: 1.16.0
Check: tests
Result: ERROR
Running 'testthat.R' [98s]
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
Flavor: r-oldrel-windows-x86_64