Last updated on 2026-07-06 12:51:25 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.7.3 | 10.46 | 130.73 | 141.19 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.0.0 | 8.20 | 162.35 | 170.55 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.0.0 | 22.00 | 436.64 | 458.64 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 21.00 | 410.39 | 431.39 | OK | |
| r-devel-windows-x86_64 | 0.7.3 | 16.00 | 253.00 | 269.00 | ERROR | |
| r-patched-linux-x86_64 | 0.7.3 | 11.53 | 120.83 | 132.36 | OK | |
| r-release-linux-x86_64 | 1.0.0 | 11.88 | 248.64 | 260.52 | OK | |
| r-release-macos-arm64 | 1.0.0 | 3.00 | 45.00 | 48.00 | OK | |
| r-release-macos-x86_64 | 1.0.0 | 9.00 | 173.00 | 182.00 | OK | |
| r-release-windows-x86_64 | 1.0.0 | 19.00 | 254.00 | 273.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.0 | 3.00 | 50.00 | 53.00 | OK | |
| r-oldrel-macos-x86_64 | 1.0.0 | 8.00 | 141.00 | 149.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.0 | 22.00 | 277.00 | 299.00 | OK |
Version: 0.7.3
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [16s/19s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(rstatix)
Attaching package: 'rstatix'
The following object is masked from 'package:stats':
filter
>
> test_check("rstatix")
Saving _problems/test-wilcox_test-39.R
[ FAIL 1 | WARN 21 | SKIP 0 | PASS 131 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-wilcox_test.R:38:3'): Checking two-sample paired test ────────
Expected `signif(res$p, 3) %in% c(0.00431, 0.00383)` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
Observed p = 0.00381
[ FAIL 1 | WARN 21 | SKIP 0 | PASS 131 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.7.3
Check: tests
Result: ERROR
Running 'spelling.R' [0s]
Running 'testthat.R' [14s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(rstatix)
Attaching package: 'rstatix'
The following object is masked from 'package:stats':
filter
>
> test_check("rstatix")
Saving _problems/test-wilcox_test-39.R
[ FAIL 1 | WARN 21 | SKIP 0 | PASS 131 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-wilcox_test.R:38:3'): Checking two-sample paired test ────────
Expected `signif(res$p, 3) %in% c(0.00431, 0.00383)` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
Observed p = 0.00381
[ FAIL 1 | WARN 21 | SKIP 0 | PASS 131 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-windows-x86_64