R Under development (unstable) (2026-02-01 r89366 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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") Starting 2 test processes. [ FAIL 0 | WARN 0 | SKIP 17 | PASS 341 ] ══ 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' [ FAIL 0 | WARN 0 | SKIP 17 | PASS 341 ] > > proc.time() user system elapsed 2.04 0.26 27.09