CRAN Package Check Results for Package rstatix

Last updated on 2025-09-02 09:50:40 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.7.2 9.79 119.36 129.15 NOTE
r-devel-linux-x86_64-debian-gcc 0.7.2 6.79 82.65 89.44 ERROR
r-devel-linux-x86_64-fedora-clang 0.7.2 206.42 ERROR
r-devel-linux-x86_64-fedora-gcc 0.7.2 199.08 ERROR
r-devel-windows-x86_64 0.7.2 12.00 134.00 146.00 NOTE
r-patched-linux-x86_64 0.7.2 11.82 111.47 123.29 NOTE
r-release-linux-x86_64 0.7.2 11.17 110.83 122.00 NOTE
r-release-macos-arm64 0.7.2 61.00 NOTE
r-release-macos-x86_64 0.7.2 98.00 NOTE
r-release-windows-x86_64 0.7.2 12.00 134.00 146.00 NOTE
r-oldrel-macos-arm64 0.7.2 51.00 NOTE
r-oldrel-macos-x86_64 0.7.2 74.00 NOTE
r-oldrel-windows-x86_64 0.7.2 17.00 166.00 183.00 NOTE

Additional issues

M1mac

Check Details

Version: 0.7.2
Check: Rd files
Result: NOTE checkRd: (-1) box_m.Rd:19: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) box_m.Rd:20: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) box_m.Rd:21: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) box_m.Rd:22: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) wilcox_test.Rd:91: Lost braces; missing escapes or markup? 91 | distribution of \code{(u+v)/2}, where \code{u} and {v} are independent, each | ^ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 0.7.2
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [9s/12s] 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") [ FAIL 5 | WARN 21 | SKIP 0 | PASS 127 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-remove_ns.R:20:3'): remove_ns works when col is logical ────── `p.false` not equal to c(0.199, 0.063, 0.009). 1/3 mismatches [1] 0.21 - 0.199 == 0.011 ── Failure ('test-wilcox_test.R:22:3'): Checking two-sample unpaired test ────── signif(res$p, 3) not equal to 0.0645. 1/1 mismatches [1] 0.0647 - 0.0645 == 2e-04 ── Failure ('test-wilcox_test.R:45:3'): Checking pairwise comparisons ────────── signif(res$p, 3) not equal to c(7.02e-06, 8.41e-08, 0.000177). 3/3 mismatches (average diff: 3.59e-05) [1] 7.74e-07 - 7.02e-06 == -6.25e-06 [2] 4.35e-11 - 8.41e-08 == -8.41e-08 [3] 7.57e-05 - 1.77e-04 == -1.01e-04 ── Failure ('test-wilcox_test.R:56:3'): Checking pairwise comparison against ref group ── signif(res$p, 3) not equal to c(7.02e-06, 8.41e-08). 2/2 mismatches (average diff: 3.17e-06) [1] 7.74e-07 - 7.02e-06 == -6.25e-06 [2] 4.35e-11 - 8.41e-08 == -8.41e-08 ── Failure ('test-wilcox_test.R:82:3'): Checking grouped tests ───────────────── signif(res$p, 3) not equal to c(0.0232, 0.00403, 1). 3/3 mismatches (average diff: 0.0057) [1] 0.02150 - 0.02320 == -0.00170 [2] 0.00264 - 0.00403 == -0.00139 [3] 0.98600 - 1.00000 == -0.01400 [ FAIL 5 | WARN 21 | SKIP 0 | PASS 127 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.7.2
Check: tests
Result: ERROR Running ‘spelling.R’ Running ‘testthat.R’ [21s/37s] 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") [ FAIL 5 | WARN 21 | SKIP 0 | PASS 127 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-remove_ns.R:20:3'): remove_ns works when col is logical ────── `p.false` not equal to c(0.199, 0.063, 0.009). 1/3 mismatches [1] 0.197 - 0.199 == -0.002 ── Failure ('test-wilcox_test.R:22:3'): Checking two-sample unpaired test ────── signif(res$p, 3) not equal to 0.0645. 1/1 mismatches [1] 0.0637 - 0.0645 == -8e-04 ── Failure ('test-wilcox_test.R:45:3'): Checking pairwise comparisons ────────── signif(res$p, 3) not equal to c(7.02e-06, 8.41e-08, 0.000177). 3/3 mismatches (average diff: 3.59e-05) [1] 7.74e-07 - 7.02e-06 == -6.25e-06 [2] 4.35e-11 - 8.41e-08 == -8.41e-08 [3] 7.57e-05 - 1.77e-04 == -1.01e-04 ── Failure ('test-wilcox_test.R:56:3'): Checking pairwise comparison against ref group ── signif(res$p, 3) not equal to c(7.02e-06, 8.41e-08). 2/2 mismatches (average diff: 3.17e-06) [1] 7.74e-07 - 7.02e-06 == -6.25e-06 [2] 4.35e-11 - 8.41e-08 == -8.41e-08 ── Failure ('test-wilcox_test.R:82:3'): Checking grouped tests ───────────────── signif(res$p, 3) not equal to c(0.0232, 0.00403, 1). 3/3 mismatches (average diff: 0.0064) [1] 0.01980 - 0.02320 == -0.0034 [2] 0.00223 - 0.00403 == -0.0018 [3] 0.98600 - 1.00000 == -0.0140 [ FAIL 5 | WARN 21 | SKIP 0 | PASS 127 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.7.2
Check: tests
Result: ERROR Running ‘spelling.R’ Running ‘testthat.R’ [21s/34s] 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") [ FAIL 5 | WARN 21 | SKIP 0 | PASS 127 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-remove_ns.R:20:3'): remove_ns works when col is logical ────── `p.false` not equal to c(0.199, 0.063, 0.009). 1/3 mismatches [1] 0.197 - 0.199 == -0.002 ── Failure ('test-wilcox_test.R:22:3'): Checking two-sample unpaired test ────── signif(res$p, 3) not equal to 0.0645. 1/1 mismatches [1] 0.0637 - 0.0645 == -8e-04 ── Failure ('test-wilcox_test.R:45:3'): Checking pairwise comparisons ────────── signif(res$p, 3) not equal to c(7.02e-06, 8.41e-08, 0.000177). 3/3 mismatches (average diff: 3.59e-05) [1] 7.74e-07 - 7.02e-06 == -6.25e-06 [2] 4.35e-11 - 8.41e-08 == -8.41e-08 [3] 7.57e-05 - 1.77e-04 == -1.01e-04 ── Failure ('test-wilcox_test.R:56:3'): Checking pairwise comparison against ref group ── signif(res$p, 3) not equal to c(7.02e-06, 8.41e-08). 2/2 mismatches (average diff: 3.17e-06) [1] 7.74e-07 - 7.02e-06 == -6.25e-06 [2] 4.35e-11 - 8.41e-08 == -8.41e-08 ── Failure ('test-wilcox_test.R:82:3'): Checking grouped tests ───────────────── signif(res$p, 3) not equal to c(0.0232, 0.00403, 1). 3/3 mismatches (average diff: 0.0064) [1] 0.01980 - 0.02320 == -0.0034 [2] 0.00223 - 0.00403 == -0.0018 [3] 0.98600 - 1.00000 == -0.0140 [ FAIL 5 | WARN 21 | SKIP 0 | PASS 127 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc