CRAN Package Check Results for Package pkgload

Last updated on 2026-04-18 08:51:19 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.5.1 6.08 109.44 115.52 OK
r-devel-linux-x86_64-debian-gcc 1.5.1 3.91 78.97 82.88 OK
r-devel-linux-x86_64-fedora-clang 1.5.1 10.00 173.90 183.90 OK
r-devel-linux-x86_64-fedora-gcc 1.5.1 9.00 342.89 351.89 OK
r-devel-macos-arm64 1.5.1 1.00 67.00 68.00 OK
r-devel-windows-x86_64 1.5.1 9.00 116.00 125.00 ERROR
r-patched-linux-x86_64 1.5.1 6.28 98.98 105.26 OK
r-release-linux-x86_64 1.5.1 5.02 97.39 102.41 OK
r-release-macos-arm64 1.5.1 1.00 62.00 63.00 OK
r-release-macos-x86_64 1.5.1 4.00 206.00 210.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.1 4.00 196.00 200.00 OK
r-oldrel-windows-x86_64 1.5.1 13.00 136.00 149.00 OK

Check Details

Version: 1.5.1
Check: tests
Result: ERROR Running 'testthat.R' [40s] Running 'wipe.R' [2s] 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 17 | PASS 339 ] ══ Skipped tests (17) ══════════════════════════════════════════════════════════ • "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-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:169:3', 'test-load-hooks.R:152:1', 'test-load.R:37:1', 'test-namespace.R:114:1', 'test-source.R:1:1', 'test-shim.R:59:1', 'test-shim.R:159:3' • {httr} is not installed (1): 'test-depend.R:59: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 'Rcmd.exe' 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. │ │ └─pkgbuild:::withr_with_path(rtools_path(), code) 14. │ │ └─base::force(code) 15. │ ├─base::withCallingHandlers(...) 16. │ └─callr::rcmd_safe(...) 17. │ └─callr:::run_r(options) 18. │ ├─base::with(...) 19. │ └─base::with.default(...) 20. │ └─base::eval(substitute(expr), data, enclos = parent.frame()) 21. │ └─base::eval(substitute(expr), data, enclos = parent.frame()) 22. │ ├─callr:::with_envvar(...) 23. │ │ └─base::force(code) 24. │ ├─base::do.call(...) 25. │ └─processx (local) `<fn>`(...) 26. │ └─throw(...) 27. │ └─base::signalCondition(cond) 28. └─pkgbuild (local) `<fn>`(`<S3: system_command_status_error>`) 29. └─asNamespace("callr")$err$throw(e) [ FAIL 1 | WARN 0 | SKIP 17 | PASS 339 ] Error: ! Test failures. Execution halted Flavor: r-devel-windows-x86_64