CRAN Package Check Results for Package pkgload

Last updated on 2026-04-23 01:52:29 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.5.1 5.45 109.15 114.60 OK
r-devel-linux-x86_64-debian-gcc 1.5.2 3.51 79.56 83.07 OK
r-devel-linux-x86_64-fedora-clang 1.5.2 10.00 185.26 195.26 OK
r-devel-linux-x86_64-fedora-gcc 1.5.2 11.00 361.77 372.77 OK
r-devel-macos-arm64 1.5.2 1.00 66.00 67.00 ERROR
r-devel-windows-x86_64 1.5.1 8.00 109.00 117.00 OK
r-patched-linux-x86_64 1.5.1 4.95 104.80 109.75 OK
r-release-linux-x86_64 1.5.1 4.12 96.85 100.97 OK
r-release-macos-arm64 1.5.2 1.00 61.00 62.00 OK
r-release-macos-x86_64 1.5.2 4.00 297.00 301.00 OK
r-release-windows-x86_64 1.5.1 8.00 109.00 117.00 OK
r-oldrel-macos-arm64 1.5.0 1.00 64.00 65.00 OK
r-oldrel-macos-x86_64 1.5.2 4.00 324.00 328.00 OK
r-oldrel-windows-x86_64 1.5.1 11.00 137.00 148.00 OK

Check Details

Version: 1.5.2
Check: tests
Result: ERROR Running ‘testthat.R’ [49s/51s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(pkgload) > > # Needed so that install.packages works correctly > Sys.setenv("R_TESTS" = "") > > test_check("pkgload") Starting 2 test processes. Saving _problems/test-dll-114.R [ FAIL 1 | WARN 0 | SKIP 16 | PASS 346 ] ══ Skipped tests (16) ══════════════════════════════════════════════════════════ • "pkgload" %in% dev_packages() is not TRUE (1): 'test-shim.R:141:3' • On CRAN (15): 'test-depend.R:3:1', 'test-depend.R:14:1', 'test-depend.R:33:1', 'test-load-hooks.R:152:1', 'test-load.R:37:1', 'test-namespace.R:114:1', 'test-shim.R:59:1', 'test-shim.R:159:3', 'test-source.R:1:1', 'test-help.R:39:3', 'test-help.R:52:1', 'test-help.R:116:1', 'test-help.R:129:3', 'test-help.R:141:1', 'test-help.R:186:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-dll.R:114:3'): load_all() can compile and load DLLs linked to Rcpp ── <system_command_status_error/system_command_error/rlib_error_3_0/rlib_error/error/condition> Error in `c("(function (command = NULL, args = character(), error_on_status = TRUE, ", " wd = NULL, echo_cmd = FALSE, echo = FALSE, spinner = FALSE, ")`: ! System command 'R' failed Backtrace: ▆ 1. ├─pkgload::load_all("testDllRcpp", reset = TRUE, quiet = TRUE) at test-dll.R:114:3 2. │ └─pkgbuild::compile_dll(path, quiet = quiet, debug = debug) 3. │ ├─pkgbuild:::withr_with_makevars(...) 4. │ │ ├─pkgbuild:::withr_with_envvar(...) 5. │ │ │ └─base::force(code) 6. │ │ └─base::force(code) 7. │ ├─pkgbuild:::withr_with_envvar(c(DEBUG = "true"), build()) 8. │ │ └─base::force(code) 9. │ └─pkgbuild::build() 10. │ └─pkgbuild:::install_min(...) 11. │ └─pkgbuild::rcmd_build_tools(...) 12. │ ├─pkgbuild::with_build_tools(...) 13. │ ├─base::withCallingHandlers(...) 14. │ └─callr::rcmd_safe(...) 15. │ └─callr:::run_r(options) 16. │ ├─base::with(...) 17. │ └─base::with.default(...) 18. │ └─base::eval(substitute(expr), data, enclos = parent.frame()) 19. │ └─base::eval(substitute(expr), data, enclos = parent.frame()) 20. │ ├─callr:::with_envvar(...) 21. │ │ └─base::force(code) 22. │ ├─base::do.call(...) 23. │ └─processx (local) `<fn>`(...) 24. │ └─throw(...) 25. │ └─base::signalCondition(cond) 26. └─pkgbuild (local) `<fn>`(`<systm___>`) 27. └─asNamespace("callr")$err$throw(e) [ FAIL 1 | WARN 0 | SKIP 16 | PASS 346 ] Error: ! Test failures. Execution halted Flavor: r-devel-macos-arm64