R Under development (unstable) (2023-11-12 r85514 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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") \ Iterating 104 done (52/s) | 2s \ Iterating 120 done (51/s) | 2.3s [ FAIL 0 | WARN 0 | SKIP 86 | PASS 444 ] ══ Skipped tests (86) ══════════════════════════════════════════════════════════ • Can't find envvar HTTR2_KEY (2): 'test-oauth-client.R:74:3', 'test-oauth-flow-jwt.R:7:3' • On CRAN (82): 'test-content-type.R:16:3', 'test-content-type.R:24:3', 'test-content-type.R:55: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:193: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-iterate.R:40:3', 'test-iterate.R:83:3', 'test-multi-req.R:3:3', 'test-multi-req.R:57:3', 'test-multi-req.R:88: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:78:3', 'test-req-cache.R:187:3', 'test-req-cache.R:201:3', 'test-req-cache.R:217:3', 'test-req-cookies.R:13:3', 'test-req-error.R:21:3', 'test-req-headers.R:33:3', 'test-req-mock.R:19:3', 'test-req-mock.R:38:3', 'test-req-options.R:33:3', 'test-req-options.R:48:3', 'test-req-options.R:57:3', 'test-req-perform-stream.R:3:3', 'test-req-perform.R:14:3', 'test-req-perform.R:25:3', 'test-req-perform.R:92:3', 'test-req-perform.R:113:3', 'test-req-perform.R:123:3', 'test-req-policy.R:2:3', 'test-req-template.R:29:3', 'test-req-template.R:45:3', 'test-req-throttle.R:2:3', 'test-req-throttle.R:11:3', 'test-req-url.R:62:3', 'test-req-url.R:72:3', 'test-req.R:2:3', 'test-req.R:11:3', 'test-req.R:26:3', 'test-resp-body.R:15:3', 'test-resp-body.R:61:3', 'test-resp-body.R:68:3', 'test-resp-status.R:3:3', 'test-resp.R:8:3', 'test-resp.R:23:3', 'test-secret.R:40:3', 'test-secret.R:67:3', 'test-sequential.R:3:3', 'test-url.R:35:3', 'test-url.R:50:3', 'test-url.R:68:3', 'test-url.R:99:3', 'test-utils-multi.R:38:3', 'test-utils.R:9:3', 'test-utils.R:35:3' • On Windows (2): 'test-req-body.R:2:3', 'test-req-body.R:127:3' [ FAIL 0 | WARN 0 | SKIP 86 | PASS 444 ] > > proc.time() user system elapsed 20.29 5.64 33.57