R Under development (unstable) (2024-08-20 r87029 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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(httr2) Attaching package: 'httr2' The following objects are masked from 'package:testthat': local_mock, with_mock > > test_check("httr2") Starting 2 test processes [ FAIL 0 | WARN 0 | SKIP 90 | PASS 499 ] ══ Skipped tests (90) ══════════════════════════════════════════════════════════ • Can't find envvar HTTR2_KEY (2): 'test-oauth-client.R:74:3', 'test-oauth-flow-jwt.R:7:3' • On CRAN (86): 'test-content-type.R:16:3', 'test-content-type.R:24:3', 'test-content-type.R:55:3', 'test-headers.R:11:3', 'test-headers.R:15:3', 'test-headers.R:37:3', 'test-iterate-helpers.R:4:3', 'test-iterate-helpers.R:63:3', 'test-iterate-helpers.R:85:3', 'test-curl.R:2:3', 'test-curl.R:6:3', 'test-curl.R:69:3', 'test-curl.R:107:3', 'test-curl.R:120:3', 'test-curl.R:128:3', 'test-curl.R:157:3', 'test-curl.R:194:3', 'test-iterate.R:40:3', 'test-iterate.R:83:3', 'test-oauth-client.R:3:3', 'test-oauth-client.R:11:3', 'test-oauth-client.R:20:3', 'test-oauth-flow-auth-code.R:6:3', 'test-oauth-flow-auth-code.R:75:3', 'test-oauth-flow-auth-code.R:98:3', 'test-oauth-flow-auth-code.R:127:3', 'test-oauth-flow-jwt.R:37:3', 'test-oauth-flow-refresh.R:37:3', 'test-oauth-flow.R:9:3', 'test-oauth-flow.R:18:3', 'test-oauth-flow.R:32:3', 'test-oauth-token.R:9:3', 'test-oauth.R:109:3', 'test-req-body.R:32:3', 'test-req-body.R:78:3', 'test-req-cache.R:76:3', 'test-req-cache.R:199:3', 'test-req-cache.R:213:3', 'test-req-cache.R:229:3', 'test-req-cookies.R:13:3', 'test-req-error.R:21:3', 'test-req-headers.R:33:3', 'test-multi-req.R:3:3', 'test-multi-req.R:88:3', 'test-multi-req.R:134:3', 'test-multi-req.R:138:3', 'test-req-mock.R:19:3', 'test-req-mock.R:38:3', 'test-req-options.R:39:3', 'test-req-options.R:54:3', 'test-req-options.R:63:3', 'test-req-perform-stream.R:3:3', 'test-req-perform-stream.R:98:3', 'test-req-perform-stream.R:107:3', 'test-req-policy.R:2:3', 'test-req-perform.R:14:3', 'test-req-perform.R:25:3', 'test-req-perform.R:99:3', 'test-req-perform.R:120:3', 'test-req-perform.R:130:3', 'test-req-retries.R:66:3', 'test-req-throttle.R:2:3', 'test-req-throttle.R:11:3', 'test-req-template.R:29:3', 'test-req-template.R:45:3', 'test-req.R:2:3', 'test-req.R:11:3', 'test-req.R:26:3', 'test-req-url.R:62:3', 'test-req-url.R:72:3', 'test-resp-status.R:3:3', 'test-resp-body.R:15:3', 'test-resp-body.R:61:3', 'test-resp-body.R:68:3', 'test-resp.R:8:3', 'test-resp.R:23:3', 'test-secret.R:40:3', 'test-secret.R:67:3', 'test-url.R:35:3', 'test-url.R:50:3', 'test-url.R:72:3', 'test-url.R:109:3', 'test-utils-multi.R:45:3', 'test-utils.R:9:3', 'test-utils.R:35:3', 'test-sequential.R:3:3' • On Windows (2): 'test-req-body.R:2:3', 'test-req-body.R:127:3' [ FAIL 0 | WARN 0 | SKIP 90 | PASS 499 ] > > proc.time() user system elapsed 6.56 0.85 36.59