CRAN Package Check Results for Package wjake

Last updated on 2026-05-21 09:50:27 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-gcc 1.0.0 4.74 94.38 99.12 ERROR
r-devel-linux-x86_64-fedora-clang 1.0.0 13.00 224.73 237.73 OK
r-devel-linux-x86_64-fedora-gcc 1.0.0 12.00 231.46 243.46 OK
r-release-macos-x86_64 1.0.0 6.00 165.00 171.00 OK

Check Details

Version: 1.0.0
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [46s/66s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(wjake) > > test_check("wjake") Saving _problems/test-fmt-text-165.R Saving _problems/test-fmt-text-171.R Saving _problems/test-fmt-text-177.R [ FAIL 3 | WARN 0 | SKIP 15 | PASS 195 ] ══ Skipped tests (15) ══════════════════════════════════════════════════════════ • On CRAN (15): 'test-colors-okabeito.R:17:1', 'test-colors-wjake.R:14:1', 'test-ggplot2-scale-palette.R:1:1', 'test-ggplot2-scale-xy.R:1:1', 'test-ggplot2-theme-wjake.R:1:1', 'test-ggplot2-theme-wjake.R:25:1', 'test-gt-theme-apa.R:6:1', 'test-gt-theme-apa.R:11:1', 'test-gt-theme-apa.R:18:1', 'test-gt-theme-apa.R:23:1', 'test-gt-theme-apa.R:31:1', 'test-gt-theme-apa.R:39:1', 'test-gt-theme-apa.R:52:1', 'test-gt-theme-wjake.R:11:1', 'test-write-bib.R:60:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-fmt-text.R:160:3'): fmt_corr() respects boundaries and thresholds ── Expected `fmt_corr(rand, digits = 3)` to equal `stringr::str_replace(...)`. Differences: `actual[8:14]`: "−.365" "−.233" "−.057" ".000" ".227" ".348" ".448" `expected[8:14]`: "−.365" "−.233" "−.057" "−.000" ".227" ".348" ".448" ── Failure ('test-fmt-text.R:166:3'): fmt_corr() respects boundaries and thresholds ── Expected `fmt_corr(rand, digits = 3, keep_boundary = TRUE)` to equal `stringr::str_replace(...)`. Differences: `actual[8:14]`: "−.365" "−.233" "−.057" ".000" ".227" ".348" ".448" `expected[8:14]`: "−.365" "−.233" "−.057" "−.000" ".227" ".348" ".448" ── Failure ('test-fmt-text.R:172:3'): fmt_corr() respects boundaries and thresholds ── Expected `fmt_corr(rand, digits = 3, sub_threshold = 0.1)` to equal `stringr::str_replace(...)`. Differences: `actual[8:14]`: "−.365" "−.233" "−.057" ".000" ".227" ".348" ".448" `expected[8:14]`: "−.365" "−.233" "−.057" "−.000" ".227" ".348" ".448" [ FAIL 3 | WARN 0 | SKIP 15 | PASS 195 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc