R Under development (unstable) (2026-02-09 r89390 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) > test_check("httr") Loading required package: httr [ FAIL 0 | WARN 0 | SKIP 38 | PASS 102 ] ══ Skipped tests (38) ══════════════════════════════════════════════════════════ • Currently broken (1): 'test-header.r:17:3' • On CRAN (5): 'test-oauth.R:30:3', 'test-request.r:23:3', 'test-retry.R:18:3', 'test-ssl.R:4:3', 'test-upload-file.R:2:3' • httpbin is not reliable (32): 'test-body.r:12:3', 'test-body.r:17:3', 'test-body.r:22:3', 'test-body.r:30:3', 'test-body.r:42:3', 'test-body.r:50:3', 'test-body.r:56:3', 'test-body.r:62:3', 'test-body.r:68:3', 'test-body.r:76:3', 'test-body.r:81:3', 'test-body.r:89:3', 'test-body.r:95:3', 'test-body.r:101:3', 'test-config.r:5:3', 'test-config.r:25:3', 'test-config.r:41:3', 'test-content.R:4:3', 'test-content.R:13:3', 'test-content.R:19:3', 'test-content.R:25:3', 'test-http-error.R:4:3', 'test-http-error.R:10:3', 'test-http-head.r:4:3', 'test-oauth.R:4:3', 'test-response.r:5:3', 'test-response.r:12:3', 'test-response.r:18:3', 'test-response.r:24:3', 'test-response.r:30:3', 'test-response.r:36:3', 'test-response.r:49:3' [ FAIL 0 | WARN 0 | SKIP 38 | PASS 102 ] > > proc.time() user system elapsed 1.73 0.21 1.93