Last updated on 2026-04-27 02:54:02 CEST.
| Package | ERROR | OK |
|---|---|---|
| admtools | 12 | |
| stratcols | 12 | |
| StratPal | 1 | 11 |
Current CRAN status: OK: 12
Current CRAN status: OK: 12
Current CRAN status: ERROR: 1, OK: 11
Version: 0.7.1
Check: tests
Result: ERROR
Running ‘spelling.R’
Running ‘testthat.R’
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(StratPal)
>
> test_check("StratPal")
Saving _problems/test_prob_remove-3.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 109 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_prob_remove.R:3:3'): number of entries behaves as expected ───
Expected `length(prob_remove(x, 0.5))` < `length(x)`.
Actual comparison: 10 >= 10
Difference: 0 >= 0
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 109 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc