R Under development (unstable) (2023-09-20 r85183 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(testthat) > library(pkgload) > > # Needed so that install.packages works correctly > Sys.setenv("R_TESTS" = "") > > test_check("pkgload") [ FAIL 0 | WARN 0 | SKIP 15 | PASS 344 ] ══ Skipped tests (15) ══════════════════════════════════════════════════════════ • "pkgload" %in% dev_packages() is not TRUE (1): 'test-shim.R:126:3' • On CRAN (14): 'test-depend.R:5:3', 'test-depend.R:15:3', 'test-depend.R:43:3', 'test-help.R:45:3', 'test-help.R:105:3', 'test-help.R:116:3', 'test-help.R:129:3', 'test-help.R:150:3', 'test-load-hooks.R:166:3', 'test-load.R:44:3', 'test-namespace.R:140:3', 'test-shim.R:59:3', 'test-shim.R:135:3', 'test-source.R:2:3' [ FAIL 0 | WARN 0 | SKIP 15 | PASS 344 ] > > proc.time() user system elapsed 19.76 2.68 43.35