* using log directory 'd:/Rcompile/CRANpkg/local/4.5/reprex.Rcheck' * using R Under development (unstable) (2024-06-21 r86808 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 13.2.0 GNU Fortran (GCC) 13.2.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'reprex/DESCRIPTION' ... OK * this is package 'reprex' version '2.1.0' * package encoding: UTF-8 * 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 hidden files and directories ... OK * checking for portable file names ... OK * checking whether package 'reprex' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking 'build' directory ... 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] OK * checking whether the package can be loaded with stated dependencies ... [0s] OK * checking whether the package can be unloaded cleanly ... [1s] OK * checking whether the namespace can be loaded with stated dependencies ... [0s] OK * checking whether the namespace can be unloaded cleanly ... [1s] OK * checking loading without being on the library search path ... [1s] OK * checking whether startup messages can be suppressed ... [1s] 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 ... [4s] OK * checking Rd files ... [1s] OK * checking Rd metadata ... 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 R/sysdata.rda ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... [2s] OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... [14s] ERROR Running 'spelling.R' [0s] Running 'testthat.R' [13s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(reprex) > > if (rmarkdown::pandoc_available("2.0.0")) { + test_check("reprex") + } Starting 2 test processes [ FAIL 1 | WARN 0 | SKIP 66 | PASS 59 ] ══ Skipped tests (66) ══════════════════════════════════════════════════════════ • On CRAN (65): 'test-knitr-options.R:2:3', 'test-knitr-options.R:8:3', 'test-knitr-options.R:15:3', 'test-knitr-options.R:32:3', 'test-knitr-options.R:50:3', 'test-knitr-options.R:61:3', 'test-venues.R:2:3', 'test-venues.R:28:3', 'test-venues.R:47:3', 'test-venues.R:61:3', 'test-venues.R:75:3', 'test-venues.R:96:3', 'test-env.R:2:3', 'test-env.R:9:3', 'test-env.R:21:3', 'test-input.R:10:3', 'test-input.R:25:3', 'test-input.R:33:3', 'test-input.R:42:3', 'test-input.R:48:3', 'test-input.R:58:3', 'test-outfiles.R:2:3', 'test-outfiles.R:27:3', 'test-outfiles.R:50:3', 'test-outfiles.R:74:3', 'test-outfiles.R:83:3', 'test-outfiles.R:102:3', 'test-pandoc.R:2:3', 'test-reprex-options.R:2:3', 'test-reprex-options.R:11:3', 'test-reprex-options.R:20:3', 'test-reprex-options.R:29:3', 'test-reprex-options.R:38:3', 'test-reprex-options.R:47:3', 'test-reprex-undo.R:13:3', 'test-reprex-undo.R:20:3', 'test-reprex-undo.R:27:3', 'test-reprex-undo.R:48:3', 'test-reprex-undo.R:65:3', 'test-reprex-undo.R:86:3', 'test-reprex-undo.R:103:3', 'test-reprex-undo.R:113:3', 'test-reprex-undo.R:124:3', 'test-reprex_document.R:9:3', 'test-reprex_render.R:3:3', 'test-reprex_render.R:42:3', 'test-reprex_render.R:65:3', 'test-reprex.R:3:3', 'test-reprex.R:9:3', 'test-reprex.R:19:3', 'test-reprex.R:26:3', 'test-reprex.R:39:3', 'test-reprex.R:58:3', 'test-session-info.R:2:3', 'test-session-info.R:16:3', 'test-stdout-stderr.R:2:3', 'test-stdout-stderr.R:9:3', 'test-stdout-stderr.R:16:3', 'test-utf8.R:2:3', 'test-utils-clipboard.R:8:3', 'test-utils-io.R:16:3', 'test-utils-ui.R:8:3', 'test-utils-ui.R:19:3', 'test-utils-ui.R:27:3', 'test-rprofile.R:31:3' • On Windows (1): 'test-reprex.R:76:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-reprex.R:67:3'): reprex() errors for an R crash, by default ── `reprex(input = code)` did not throw the expected error. [ FAIL 1 | WARN 0 | SKIP 66 | PASS 59 ] Error: Test failures Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [2s] OK * checking PDF version of manual ... [27s] OK * checking HTML version of manual ... [2s] OK * DONE Status: 1 ERROR