CRAN Package Check Results for Package rlang

Last updated on 2026-08-08 20:50:23 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.3.0 16.58 301.31 317.89 NOTE
r-devel-linux-x86_64-debian-gcc 1.3.0 16.53 202.36 218.89 NOTE
r-devel-linux-x86_64-fedora-clang 1.3.0 13.00 200.20 213.20 OK
r-devel-linux-x86_64-fedora-gcc 1.3.0 16.00 193.24 209.24 OK
r-devel-windows-x86_64 1.3.0 32.00 219.00 251.00 OK
r-patched-linux-x86_64 1.3.0 22.58 297.68 320.26 OK
r-release-linux-x86_64 1.3.0 18.35 292.36 310.71 OK
r-release-macos-arm64 1.3.0 6.00 69.00 75.00 OK
r-release-macos-x86_64 1.3.0 17.00 249.00 266.00 OK
r-release-windows-x86_64 1.3.0 38.00 253.00 291.00 OK
r-oldrel-macos-arm64 1.3.0 5.00 71.00 76.00 NOTE
r-oldrel-macos-x86_64 1.3.0 17.00 218.00 235.00 NOTE
r-oldrel-windows-x86_64 1.3.0 41.00 205.00 246.00 ERROR

Check Details

Version: 1.3.0
Check: Rd contents
Result: NOTE Rd files without \usage: ‘args_error_context.Rd’ ‘caller_arg.Rd’ ‘expr.Rd’ ‘qq_show.Rd’ \arguments should not be documented without \usage. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 1.3.0
Check: compiled code
Result: NOTE File ‘rlang/libs/rlang.so’: Found non-API calls to R: ‘PRENV’, ‘PRVALUE’, ‘R_PromiseExpr’, ‘Rf_allocSExp’, ‘Rf_findVarInFrame3’, ‘SETLENGTH’, ‘SET_GROWABLE_BIT’, ‘SET_PRCODE’, ‘SET_PRENV’, ‘SET_PRVALUE’, ‘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.3.0
Check: compiled code
Result: NOTE File 'rlang/libs/x64/rlang.dll': Found non-API calls to R: 'PRENV', 'PRVALUE', 'R_PromiseExpr', 'Rf_allocSExp', 'Rf_findVarInFrame3', 'SETLENGTH', 'SET_GROWABLE_BIT', 'SET_PRCODE', 'SET_PRENV', 'SET_PRVALUE', '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

Version: 1.3.0
Check: tests
Result: ERROR Running 'sink.R' [1s] Running 'testthat.R' [15s] Running the tests in 'tests/testthat.R' failed. Complete output: > # Workaround for loadNamespace() failure on R 3.2 > requireNamespace("rlang") Loading required namespace: rlang > > library("testthat") > library("rlang") > > test_check("rlang") Starting 2 test processes. > test-cnd-entrace.R: Error: ! testthat subprocess exited in file 'test-cnd-entrace.R'. Caused by error: ! R session crashed with exit code -1073741819 Backtrace: ▆ 1. └─testthat::test_check("rlang") 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-oldrel-windows-x86_64