CRAN Package Check Results for Package arsenal

Last updated on 2026-07-12 15:50:11 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 3.7.1 7.75 145.19 152.94 OK
r-devel-linux-x86_64-debian-gcc 3.7.1 5.00 102.15 107.15 NOTE
r-devel-linux-x86_64-fedora-clang 3.7.1 14.00 506.15 520.15 OK
r-devel-linux-x86_64-fedora-gcc 3.7.1 13.00 479.63 492.63 OK
r-devel-windows-x86_64 3.7.1 10.00 163.00 173.00 OK
r-patched-linux-x86_64 3.7.1 8.90 135.74 144.64 OK
r-release-linux-x86_64 3.7.1 6.95 136.76 143.71 OK
r-release-macos-arm64 3.7.1 2.00 44.00 46.00 OK
r-release-macos-x86_64 3.7.1 6.00 170.00 176.00 OK
r-release-windows-x86_64 3.7.1 10.00 162.00 172.00 OK
r-oldrel-macos-arm64 3.7.1 2.00 44.00 46.00 ERROR
r-oldrel-macos-x86_64 3.7.1 5.00 139.00 144.00 OK
r-oldrel-windows-x86_64 3.7.1 12.00 208.00 220.00 OK

Additional issues

linux-arm64

Check Details

Version: 3.7.1
Check: Rd contents
Result: NOTE Rd files without \usage: ‘arsenal-defunct.Rd’ \arguments should not be documented without \usage. Flavor: r-devel-linux-x86_64-debian-gcc

Version: 3.7.1
Check: tests
Result: ERROR Running ‘testthat.R’ [8s/8s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(arsenal) > > test_check("arsenal") Saving _problems/test_lhs_modelsum-314.R Saving _problems/test_lhs_modelsum-377.R [ FAIL 2 | WARN 0 | SKIP 12 | PASS 498 ] ══ Skipped tests (12) ══════════════════════════════════════════════════════════ • On CRAN (12): 'test_write2.R:34:3', 'test_write2.R:40:3', 'test_write2.R:48:3', 'test_write2.R:53:3', 'test_write2.R:65:3', 'test_write2.R:107:3', 'test_write2.R:111:3', 'test_write2.R:115:3', 'test_write2.R:126:3', 'test_write2.R:131:3', 'test_write2.R:137:3', 'test_write2.R:192:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test_lhs_modelsum.R:257:3'): Changing labels ────────────────────── Expected `capture.kable(summary(tab, text = TRUE, term.name = TRUE))` to be identical to `c(...)`. Differences: 1/54 mismatches x[23]: "| |(Intercept) |39.188 |1.296 |< 0.001 |-0.058 |" y[23]: "| |(Intercept) |39.187 |1.296 |< 0.001 |-0.058 |" ── Failure ('test_lhs_modelsum.R:320:3'): Changing labels ────────────────────── Expected `tmp` to be identical to `c(...)`. Differences: 1/54 mismatches x[23]: "| |(Intercept) |39.188 |1.296 |< 0.001 |-0.058 |" y[23]: "| |(Intercept) |39.187 |1.296 |< 0.001 |-0.058 |" [ FAIL 2 | WARN 0 | SKIP 12 | PASS 498 ] Error: ! Test failures. Execution halted Flavor: r-oldrel-macos-arm64