CRAN Package Check Results for Maintainer ‘Jennifer Bryan <jenny at posit.co>’

Last updated on 2026-05-11 07:50:47 CEST.

Package ERROR NOTE OK
devtools 1 12
gapminder 13
gargle 13
glue 13
gmailr 13
googledrive 13
googlesheets4 13
readr 13
readxl 1 12
reprex 13
usethis 13
vroom 3 10

Package devtools

Current CRAN status: ERROR: 1, OK: 12

Version: 2.5.2
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [44s/30s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(devtools) Loading required package: usethis Attaching package: 'devtools' The following object is masked from 'package:testthat': test_file > > test_check("devtools") Starting 2 test processes. Saving _problems/test-vignettes-9.R [ FAIL 1 | WARN 0 | SKIP 50 | PASS 63 ] ══ Skipped tests (50) ══════════════════════════════════════════════════════════ • On CRAN (49): 'test-build-manual.R:1:1', 'test-active.R:1:1', 'test-active.R:5:1', 'test-check-doc.R:1:1', 'test-check-doc.R:17:1', 'test-check-win.R:2:3', 'test-check-win.R:20:1', 'test-check-win.R:37:1', 'test-check.R:1:1', 'test-install.R:8:3', 'test-install.R:25:3', 'test-install.R:41:3', 'test-build-readme.R:2:3', 'test-build-readme.R:18:3', 'test-build-readme.R:41:3', 'test-build-readme.R:66:3', 'test-build-readme.R:93:1', 'test-build-readme.R:108:1', 'test-build-readme.R:115:1', 'test-build-readme.R:140:3', 'test-build-readme.R:156:3', 'test-pkgload.R:1:1', 'test-release.R:1:1', 'test-package.R:1:1', 'test-package.R:9:1', 'test-remotes.R:1:1', 'test-run-source.R:2:3', 'test-run-source.R:17:3', 'test-run-source.R:32:1', 'test-run-source.R:37:3', 'test-run-source.R:53:3', 'test-run-source.R:64:1', 'test-show-news.R:20:3', 'test-sitrep.R:1:1', 'test-sitrep.R:11:1', 'test-sitrep.R:22:1', 'test-sitrep.R:33:1', 'test-sitrep.R:44:1', 'test-sitrep.R:60:1', 'test-sitrep.R:76:1', 'test-sitrep.R:92:1', 'test-sitrep.R:109:1', 'test-sitrep.R:207:1', 'test-sitrep.R:221:3', 'test-test.R:63:1', 'test-test.R:93:1', 'test-test.R:116:1', 'test-vignettes.R:19:3', 'test-vignettes.R:66:1' • interactive() is not TRUE (1): 'test-check-doc.R:34:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-vignettes.R:9:3'): Sweave vignettes copied into doc ──────────── <callr_status_error/callr_error/rlib_error_3_0/rlib_error/error/condition> Error: ! in callr subprocess. Caused by error: ! Vignette re-building failed. Backtrace: ▆ 1. ├─base::suppressMessages(build_vignettes(pkg, quiet = TRUE)) at test-vignettes.R:9:3 2. │ └─base::withCallingHandlers(...) 3. └─devtools::build_vignettes(pkg, quiet = TRUE) 4. └─callr::r(...) 5. └─callr:::get_result(output = out, options) 6. └─throw(callr_remote_error(remerr, output), parent = fix_msg(remerr[[3]])) [ FAIL 1 | WARN 0 | SKIP 50 | PASS 63 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Package gapminder

Current CRAN status: OK: 13

Package gargle

Current CRAN status: OK: 13

Package glue

Current CRAN status: OK: 13

Package gmailr

Current CRAN status: OK: 13

Package googledrive

Current CRAN status: OK: 13

Package googlesheets4

Current CRAN status: OK: 13

Package readr

Current CRAN status: OK: 13

Package readxl

Current CRAN status: ERROR: 1, OK: 12

Version: 1.4.5
Check: tests
Result: ERROR Running ‘testthat.R’ [1s/1s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(readxl) > > test_check("readxl") Error: segfault from C stack overflow Execution halted Flavor: r-release-macos-x86_64

Version: 1.4.5
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building ‘cell-and-column-types.Rmd’ using rmarkdown Error: segfault from C stack overflow Quitting from cell-and-column-types.Rmd:141-145 [unnamed-chunk-8] Execution halted --- re-building ‘sheet-geometry.Rmd’ using rmarkdown --- finished re-building ‘sheet-geometry.Rmd’ SUMMARY: processing the following file failed: ‘cell-and-column-types.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-release-macos-x86_64

Package reprex

Current CRAN status: OK: 13

Package usethis

Current CRAN status: OK: 13

Package vroom

Current CRAN status: NOTE: 3, OK: 10

Version: 1.7.1
Check: compiled code
Result: NOTE File ‘vroom/libs/vroom.so’: Found non-API calls to R: ‘DATAPTR’, ‘SETLENGTH’, ‘SET_GROWABLE_BIT’, ‘SET_TRUELENGTH’ Compiled code should not call non-API entry points in R. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual, and section ‘Moving into C API compliance’ for issues with the use of non-API entry points. Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Version: 1.7.1
Check: compiled code
Result: NOTE File 'vroom/libs/x64/vroom.dll': Found non-API calls to R: 'DATAPTR', 'SETLENGTH', 'SET_GROWABLE_BIT', 'SET_TRUELENGTH' Compiled code should not call non-API entry points in R. See 'Writing portable packages' in the 'Writing R Extensions' manual, and section 'Moving into C API compliance' for issues with the use of non-API entry points. Flavor: r-oldrel-windows-x86_64