Last updated on 2026-04-26 02:49:56 CEST.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| gim | 2 | 10 | |
| multipleOutcomes | 12 | ||
| TrialSimulator | 1 | 11 |
Current CRAN status: NOTE: 2, OK: 10
Version: 0.33.1
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Han Zhang <zhangh.ustc@gmail.com>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: c(person(given = "Han",
family = "Zhang",
role = c("aut", "cre"),
email = "zhangh.ustc@gmail.com"),
person(given = "Kai",
family = "Yu",
role = "aut"))
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Current CRAN status: OK: 12
Current CRAN status: ERROR: 1, OK: 11
Version: 1.16.0
Check: tests
Result: ERROR
Running 'testthat.R' [76s]
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-release-windows-x86_64