R Under development (unstable) (2025-06-27 r88363 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") > test_check("webmockr") Loading required package: webmockr Attaching package: 'httr2' The following object is masked from 'package:webmockr': last_request The following objects are masked from 'package:testthat': local_mock, with_mock Attaching package: 'crul' The following objects are masked from 'package:httr2': url_build, url_parse The following object is masked from 'package:httr': handle [ FAIL 0 | WARN 0 | SKIP 47 | PASS 882 ] ══ Skipped tests (47) ══════════════════════════════════════════════════════════ • On CRAN (46): 'test-Adapter.R:30:3', 'test-Adapter.R:48:3', 'test-CrulAdapter.R:4:3', 'test-CrulAdapter.R:22:3', 'test-CrulAdapter.R:30:3', 'test-CrulAdapter.R:37:3', 'test-CrulAdapter.R:64:3', 'test-CrulAdapter.R:179:3', 'test-HttpLibAdapaterRegistry.R:17:3', 'test-HttpLibAdapaterRegistry.R:31:3', 'test-HttpLibAdapaterRegistry.R:45:3', 'test-Httr2Adapter.R:7:3', 'test-Httr2Adapter.R:25:3', 'test-Httr2Adapter.R:33:3', 'test-Httr2Adapter.R:40:3', 'test-Httr2Adapter.R:66:3', 'test-Httr2Adapter.R:90:3', 'test-Httr2Adapter.R:171:3', 'test-Httr2Adapter.R:214:3', 'test-Httr2Adapter.R:253:3', 'test-Httr2Adapter.R:279:3', 'test-HttrAdapter.R:7:3', 'test-HttrAdapter.R:25:3', 'test-HttrAdapter.R:33:3', 'test-HttrAdapter.R:40:3', 'test-HttrAdapter.R:70:3', 'test-HttrAdapter.R:94:3', 'test-HttrAdapter.R:116:3', 'test-HttrAdapter.R:133:3', 'test-HttrAdapter.R:227:3', 'test-HttrAdapter.R:278:3', 'test-HttrAdapter.R:306:3', 'test-HttrAdapter.R:325:3', 'test-HttrAdapter.R:353:3', 'test-stub_requests_crul.R:8:3', 'test-stub_requests_crul.R:85:3', 'test-writing-to-disk-write_disk_path.R:2:3', 'test-writing-to-disk-write_disk_path.R:41:3', 'test-writing-to-disk-write_disk_path.R:71:3', 'test-writing-to-disk-write_disk_path.R:115:3', 'test-writing-to-disk.R:4:3', 'test-writing-to-disk.R:29:3', 'test-writing-to-disk.R:59:3', 'test-writing-to-disk.R:89:3', 'test-writing-to-disk.R:111:3', 'test-writing-to-disk.R:136:3' • empty test (1): 'test-RequestPattern.R:81:1' [ FAIL 0 | WARN 0 | SKIP 47 | PASS 882 ] > > proc.time() user system elapsed 12.81 1.48 14.57