- using R Under development (unstable) (2026-05-19 r90065)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
gcc-16 (Debian 16-20260425-1) 16.0.1 20260425 (prerelease) [gcc-16 r16-8812-gd9c07462a22]
GNU Fortran (Debian 16-20260425-1) 16.0.1 20260425 (prerelease) [gcc-16 r16-8812-gd9c07462a22]
- running under: Debian GNU/Linux forky/sid
- using session charset: UTF-8
* current time: 2026-05-20 19:45:54 UTC
- checking for file ‘wjake/DESCRIPTION’ ... OK
- this is package ‘wjake’ version ‘1.0.0’
- package encoding: UTF-8
- checking CRAN incoming feasibility ... [2s/2s] OK
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking whether package ‘wjake’ can be installed ... OK
See the install log for details.
- checking package directory ... OK
- checking for future file timestamps ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [1s/3s] OK
- checking whether the package can be loaded with stated dependencies ... [1s/2s] OK
- checking whether the package can be unloaded cleanly ... [1s/1s] OK
- checking whether the namespace can be loaded with stated dependencies ... [1s/2s] OK
- checking whether the namespace can be unloaded cleanly ... [1s/2s] OK
- checking loading without being on the library search path ... [1s/2s] OK
- checking whether startup messages can be suppressed ... [1s/2s] OK
- checking use of S3 registration ... OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [7s/11s] OK
- checking Rd files ... [0s/1s] OK
- checking Rd metadata ... OK
- checking Rd line widths ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking examples ... [4s/8s] OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [47s/67s] 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
- checking PDF version of manual ... [3s/4s] OK
- checking HTML version of manual ... [1s/2s] OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 1 ERROR