- using R version 4.6.0 RC (2026-04-22 r89950)
- using platform: aarch64-apple-darwin23
- R was compiled by
Apple clang version 17.0.0 (clang-1700.3.19.1)
GNU Fortran (GCC) 14.2.0
- running under: macOS Sequoia 15.7.1
- using session charset: UTF-8
* current time: 2026-04-23 05:35:21 UTC
- checking for file ‘pkgload/DESCRIPTION’ ... OK
- this is package ‘pkgload’ version ‘1.5.2’
- 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 executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking whether package ‘pkgload’ can be installed ... [1s/2s] OK
See the install log for details.
- 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 ... [0s/0s] OK
- checking whether the package can be loaded with stated dependencies ... [0s/0s] OK
- checking whether the package can be unloaded cleanly ... [0s/0s] OK
- checking whether the namespace can be loaded with stated dependencies ... [0s/0s] OK
- checking whether the namespace can be unloaded cleanly ... [0s/0s] OK
- checking loading without being on the library search path ... [0s/0s] OK
- checking whether startup messages can be suppressed ... [0s/0s] 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 ... [2s/2s] OK
- checking Rd files ... [0s/0s] 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 ... [0s/0s] OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [49s/51s] 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
- checking PDF version of manual ... [2s/2s] OK
- DONE
Status: 1 ERROR
- using check arguments '--no-clean-on-error '