Last updated on 2026-04-14 18:53:00 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.7.1 | 2.33 | 61.37 | 63.70 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.7.1 | 1.76 | 46.98 | 48.74 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.7.1 | 98.51 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.7.1 | 109.41 | OK | |||
| r-devel-macos-arm64 | 0.7.1 | 1.00 | 24.00 | 25.00 | OK | |
| r-devel-windows-x86_64 | 0.7.1 | 5.00 | 87.00 | 92.00 | OK | |
| r-patched-linux-x86_64 | 0.7.1 | 3.11 | 57.37 | 60.48 | OK | |
| r-release-linux-x86_64 | 0.7.1 | 2.30 | 54.79 | 57.09 | OK | |
| r-release-macos-arm64 | 0.7.1 | 1.00 | 25.00 | 26.00 | OK | |
| r-release-macos-x86_64 | 0.7.1 | 2.00 | 90.00 | 92.00 | OK | |
| r-release-windows-x86_64 | 0.7.1 | 5.00 | 0.00 | 5.00 | OK | |
| r-oldrel-macos-arm64 | 0.7.1 | 1.00 | 28.00 | 29.00 | OK | |
| r-oldrel-macos-x86_64 | 0.7.1 | 2.00 | 111.00 | 113.00 | OK | |
| r-oldrel-windows-x86_64 | 0.7.1 | 7.00 | 108.00 | 115.00 | ERROR |
Version: 0.7.1
Check: tests
Result: ERROR
Running 'spelling.R' [0s]
Running 'testthat.R' [5s]
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-oldrel-windows-x86_64