CRAN Package Check Results for Package rstatix

Last updated on 2025-10-09 15:50:19 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.7.2 11.58 121.74 133.32 ERROR
r-devel-linux-x86_64-debian-gcc 0.7.2 6.44 80.85 87.29 ERROR
r-devel-linux-x86_64-fedora-clang 0.7.2 199.69 ERROR
r-devel-linux-x86_64-fedora-gcc 0.7.2 193.32 ERROR
r-devel-windows-x86_64 0.7.2 13.00 140.00 153.00 ERROR
r-patched-linux-x86_64 0.7.2 11.87 111.51 123.38 NOTE
r-release-linux-x86_64 0.7.2 11.10 111.75 122.85 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 13.00 137.00 150.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 175.00 192.00 NOTE

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’ [13s/15s] 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 7 | WARN 21 | SKIP 0 | PASS 125 ] ══ 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:33:3'): Checking two-sample paired test ──────── as.numeric(res$statistic) not equal to 350. 1/1 mismatches [1] 369 - 350 == 19 ── Failure ('test-wilcox_test.R:34:3'): Checking two-sample paired test ──────── signif(res$p, 3) not equal to 0.00431. 1/1 mismatches [1] 0.00383 - 0.00431 == -0.00048 ── 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 7 | WARN 21 | SKIP 0 | PASS 125 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.7.2
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [9s/10s] 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 7 | WARN 21 | SKIP 0 | PASS 125 ] ══ 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:33:3'): Checking two-sample paired test ──────── as.numeric(res$statistic) not equal to 350. 1/1 mismatches [1] 369 - 350 == 19 ── Failure ('test-wilcox_test.R:34:3'): Checking two-sample paired test ──────── signif(res$p, 3) not equal to 0.00431. 1/1 mismatches [1] 0.00383 - 0.00431 == -0.00048 ── 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 7 | WARN 21 | SKIP 0 | PASS 125 ] 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/25s] 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 7 | WARN 21 | SKIP 0 | PASS 125 ] ══ 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:33:3'): Checking two-sample paired test ──────── as.numeric(res$statistic) not equal to 350. 1/1 mismatches [1] 369 - 350 == 19 ── Failure ('test-wilcox_test.R:34:3'): Checking two-sample paired test ──────── signif(res$p, 3) not equal to 0.00431. 1/1 mismatches [1] 0.00383 - 0.00431 == -0.00048 ── 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 7 | WARN 21 | SKIP 0 | PASS 125 ] 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’ [20s/28s] 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 7 | WARN 21 | SKIP 0 | PASS 125 ] ══ 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:33:3'): Checking two-sample paired test ──────── as.numeric(res$statistic) not equal to 350. 1/1 mismatches [1] 369 - 350 == 19 ── Failure ('test-wilcox_test.R:34:3'): Checking two-sample paired test ──────── signif(res$p, 3) not equal to 0.00431. 1/1 mismatches [1] 0.00383 - 0.00431 == -0.00048 ── 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 7 | WARN 21 | SKIP 0 | PASS 125 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.7.2
Check: tests
Result: ERROR Running 'spelling.R' [0s] Running 'testthat.R' [11s] 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 7 | WARN 21 | SKIP 0 | PASS 125 ] ══ 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:33:3'): Checking two-sample paired test ──────── as.numeric(res$statistic) not equal to 350. 1/1 mismatches [1] 369 - 350 == 19 ── Failure ('test-wilcox_test.R:34:3'): Checking two-sample paired test ──────── signif(res$p, 3) not equal to 0.00431. 1/1 mismatches [1] 0.00383 - 0.00431 == -0.00048 ── 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 7 | WARN 21 | SKIP 0 | PASS 125 ] Error: Test failures Execution halted Flavor: r-devel-windows-x86_64

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.