Last updated on 2026-05-25 00:50:33 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.6.3 | 16.26 | 350.96 | 367.22 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.6.3 | 9.68 | 239.60 | 249.28 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.6.3 | 29.00 | 591.27 | 620.27 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.6.3 | 24.00 | 489.03 | 513.03 | OK | |
| r-devel-windows-x86_64 | 0.6.3 | 18.00 | 327.00 | 345.00 | OK | |
| r-patched-linux-x86_64 | 0.6.3 | 18.19 | 332.12 | 350.31 | OK | |
| r-release-linux-x86_64 | 0.6.3 | 14.01 | 335.95 | 349.96 | OK | |
| r-release-macos-arm64 | 0.6.3 | 4.00 | 71.00 | 75.00 | OK | |
| r-release-macos-x86_64 | 0.6.3 | 11.00 | 322.00 | 333.00 | OK | |
| r-release-windows-x86_64 | 0.6.3 | 18.00 | 323.00 | 341.00 | OK | |
| r-oldrel-macos-arm64 | 0.6.3 | 4.00 | 73.00 | 77.00 | OK | |
| r-oldrel-macos-x86_64 | 0.6.3 | 12.00 | 268.00 | 280.00 | OK | |
| r-oldrel-windows-x86_64 | 0.6.3 | 26.00 | 423.00 | 449.00 | OK |
Version: 0.6.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [27s/44s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(ggpubr)
Loading required package: ggplot2
>
> test_check("ggpubr")
Saving _problems/test-compare_means-39.R
Saving _problems/test-stat_compare_means-98.R
[ FAIL 2 | WARN 3 | SKIP 0 | PASS 243 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-compare_means.R:38:3'): compare_means works for Two-samples paired test ──
Expected `results$p.format %in% c("0.0043", "0.0038")` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
Observed p.format = 0.0041
── Failure ('test-stat_compare_means.R:97:3'): stat_compare_means works for paired samples comparison ──
Expected `label_coords_observed$label %in% c("Wilcoxon, p = 0.0043", "Wilcoxon, p = 0.0038")` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
Observed label = Wilcoxon, p = 0.0035
[ FAIL 2 | WARN 3 | SKIP 0 | PASS 243 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc