* using log directory 'd:/Rcompile/CRANpkg/local/4.6/pkgload.Rcheck' * using R version 4.6.0 beta (2026-04-16 r89899 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 14.3.0 GNU Fortran (GCC) 14.3.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * current time: 2026-04-17 12:10:37 UTC * checking for file 'pkgload/DESCRIPTION' ... OK * this is package 'pkgload' version '1.5.1' * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking whether package 'pkgload' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... [1s] OK * checking whether the package can be loaded with stated dependencies ... [1s] OK * checking whether the package can be unloaded cleanly ... [1s] OK * checking whether the namespace can be loaded with stated dependencies ... [1s] OK * checking whether the namespace can be unloaded cleanly ... [1s] OK * checking loading without being on the library search path ... [1s] OK * checking whether startup messages can be suppressed ... [1s] OK * checking use of S3 registration ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... [8s] OK * checking Rd files ... [1s] OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking examples ... [2s] OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... [43s] 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 ── 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) ``(...) 26. │ └─throw(...) 27. │ └─base::signalCondition(cond) 28. └─pkgbuild (local) ``(``) 29. └─asNamespace("callr")$err$throw(e) [ FAIL 1 | WARN 0 | SKIP 17 | PASS 339 ] Error: ! Test failures. Execution halted * checking PDF version of manual ... [22s] OK * checking HTML version of manual ... [9s] OK * DONE Status: 1 ERROR