CRAN Package Check Results for Maintainer ‘Davis Vaughan <davis at posit.co>’

Last updated on 2026-03-11 01:53:58 CET.

Package ERROR WARN NOTE OK
air 14
almanac 14
bench 14
clock 2 12
cpp11 14
decor 14
ivs 14
slider 1 13
tibbletime 14
treesitter 4 7
treesitter.r 14
tzdb 14
vctrs 1 5 6 2
warp 14

Package air

Current CRAN status: OK: 14

Package almanac

Current CRAN status: OK: 14

Package bench

Current CRAN status: OK: 14

Package clock

Current CRAN status: NOTE: 2, OK: 12

Additional issues

rchk

Version: 0.7.4
Check: installed package size
Result: NOTE installed size is 17.2Mb sub-directories of 1Mb or more: libs 15.2Mb Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Package cpp11

Current CRAN status: OK: 14

Package decor

Current CRAN status: OK: 14

Package ivs

Current CRAN status: OK: 14

Package slider

Current CRAN status: NOTE: 1, OK: 13

Version: 0.3.2
Check: compiled code
Result: NOTE File ‘slider/libs/slider.so’: Found non-API call to R: ‘OBJECT’ 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-release-macos-arm64

Package tibbletime

Current CRAN status: OK: 14

Package treesitter

Current CRAN status: NOTE: 4, OK: 7

Additional issues

rchk

Version: 0.3.1
Check: compiled code
Result: NOTE File ‘treesitter/libs/treesitter.so’: Found non-API calls to R: ‘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-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64

Package treesitter.r

Current CRAN status: OK: 14

Package tzdb

Current CRAN status: OK: 14

Package vctrs

Current CRAN status: ERROR: 1, WARN: 5, NOTE: 6, OK: 2

Version: 0.7.1
Check: compiled code
Result: WARN File ‘vctrs/libs/vctrs.so’: Found non-API calls to R: ‘ATTRIB’, ‘PRVALUE’, ‘Rf_findVarInFrame3’, ‘SET_ATTRIB’ These entry points may be removed soon: ‘ATTRIB’, ‘SET_ATTRIB’ 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-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.7.1
Check: compiled code
Result: NOTE File ‘vctrs/libs/vctrs.so’: Found non-API calls to R: ‘ATTRIB’, ‘PRVALUE’, ‘Rf_findVarInFrame3’, ‘SET_ATTRIB’ 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-devel-macos-arm64

Version: 0.7.1
Check: compiled code
Result: WARN File 'vctrs/libs/x64/vctrs.dll': Found non-API calls to R: 'ATTRIB', 'PRVALUE', 'Rf_findVarInFrame3', 'SET_ATTRIB' These entry points may be removed soon: 'ATTRIB', 'SET_ATTRIB' 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-devel-windows-x86_64

Version: 0.7.1
Check: compiled code
Result: NOTE File ‘vctrs/libs/vctrs.so’: Found non-API calls to R: ‘PRVALUE’, ‘Rf_findVarInFrame3’, ‘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-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64

Version: 0.7.1
Check: compiled code
Result: NOTE File 'vctrs/libs/x64/vctrs.dll': Found non-API calls to R: 'PRVALUE', 'Rf_findVarInFrame3', '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-release-windows-x86_64

Version: 0.7.1
Check: tests
Result: ERROR Running 'testthat.R' [21s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(vctrs) > > test_check("vctrs") Starting 2 test processes. > test-equal.R: Error: ! testthat subprocess exited in file 'test-equal.R'. Caused by error: ! R session crashed with exit code -1073741819 Backtrace: ▆ 1. └─testthat::test_check("vctrs") 2. └─testthat::test_dir(...) 3. └─testthat:::test_files(...) 4. └─testthat:::test_files_parallel(...) 5. ├─withr::with_dir(...) 6. │ └─base::force(code) 7. ├─testthat::with_reporter(...) 8. │ └─base::tryCatch(...) 9. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 10. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 11. │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) 12. └─testthat:::parallel_event_loop_chunky(queue, reporters, ".") 13. └─queue$poll(Inf) 14. └─base::lapply(...) 15. └─testthat (local) FUN(X[[i]], ...) 16. └─private$handle_error(msg, i) 17. └─cli::cli_abort(...) 18. └─rlang::abort(...) Execution halted Flavor: r-release-windows-x86_64

Version: 0.7.1
Check: installed package size
Result: NOTE installed size is 5.4Mb sub-directories of 1Mb or more: libs 3.7Mb Flavor: r-oldrel-macos-x86_64

Package warp

Current CRAN status: OK: 14