R Under development (unstable) (2025-09-22 r88868 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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 339 ] ══ Skipped tests (17) ══════════════════════════════════════════════════════════ • "pkgload" %in% dev_packages() is not TRUE (1): 'test-shim.R:141:3' • On CRAN (15): 'test-depend.R:5:3', 'test-depend.R:15:3', 'test-depend.R:44:3', 'test-help.R:39:3', 'test-help.R:58:3', 'test-help.R:118:3', 'test-help.R:129:3', 'test-help.R:142:3', 'test-help.R:169:3', 'test-load-hooks.R:155:3', 'test-load.R:50:3', 'test-namespace.R:134:3', 'test-source.R:2:3', 'test-shim.R:67:3', 'test-shim.R:159:3' • {httr} is not installed (1): 'test-depend.R:59:3' [ FAIL 0 | WARN 0 | SKIP 17 | PASS 339 ] > > proc.time() user system elapsed 1.79 0.26 26.39