Last updated on 2025-12-06 00:48:45 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.2.1 | 10.09 | 145.77 | 155.86 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.2.1 | 8.05 | 71.77 | 79.82 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.2.1 | 26.00 | 209.66 | 235.66 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.2.1 | 73.00 | 184.91 | 257.91 | ERROR | |
| r-devel-windows-x86_64 | 1.2.1 | 14.00 | 152.00 | 166.00 | OK | |
| r-patched-linux-x86_64 | 1.2.1 | 12.34 | 129.07 | 141.41 | OK | |
| r-release-linux-x86_64 | 1.2.1 | 8.28 | 130.45 | 138.73 | OK | |
| r-release-macos-arm64 | 1.2.1 | OK | ||||
| r-release-macos-x86_64 | 1.2.1 | 9.00 | 110.00 | 119.00 | OK | |
| r-release-windows-x86_64 | 1.2.1 | 14.00 | 147.00 | 161.00 | OK | |
| r-oldrel-macos-arm64 | 1.2.1 | OK | ||||
| r-oldrel-macos-x86_64 | 1.2.1 | 10.00 | 114.00 | 124.00 | OK | |
| r-oldrel-windows-x86_64 | 1.2.1 | 16.00 | 178.00 | 194.00 | OK |
Version: 1.2.1
Check: package dependencies
Result: WARN
Cannot process vignettes
Packages suggested but not available for checking:
'covr', 'httpuv', 'knitr', 'later', 'paws.common', 'promises',
'rmarkdown'
VignetteBuilder package required for checking but not installed: ‘knitr’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.2.1
Check: examples
Result: ERROR
Running examples in ‘httr2-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: oauth_client_req_auth
> ### Title: OAuth client authentication
> ### Aliases: oauth_client_req_auth oauth_client_req_auth_header
> ### oauth_client_req_auth_body oauth_client_req_auth_jwt_sig
>
> ### ** Examples
>
> # Show what the various forms of client authentication look like
> req <- request("https://example.com/whoami")
>
> client1 <- oauth_client(
+ id = "12345",
+ secret = "56789",
+ token_url = "https://example.com/oauth/access_token",
+ name = "oauth-example",
+ auth = "body" # the default
+ )
> # calls oauth_client_req_auth_body()
> req_dry_run(oauth_client_req_auth(req, client1))
Error in req_dry_run(oauth_client_req_auth(req, client1)) :
The package "httpuv" is required.
Calls: req_dry_run -> check_installed
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.2.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [35s/23s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(httr2)
>
> test_check("httr2")
Starting 2 test processes.
Saving _problems/test-oauth-flow-auth-code-64.R
Saving _problems/test-oauth-flow-auth-code-76.R
Saving _problems/test-req-dry-run-3.R
Saving _problems/test-req-dry-run-14.R
Saving _problems/test-req-dry-run-28.R
Saving _problems/test-req-dry-run-39.R
Saving _problems/test-req-headers-12.R
Saving _problems/test-req-headers-37.R
> test-req-perform-parallel.R: [working] (84 + 0) -> 2 -> 44 | ==========>-------------------- 34%
> test-req-perform-iterative.R: \ iterating 30 done (15/s) | 2s
> test-req-perform-iterative.R: | iterating 37 done (15/s) | 2.5s
> test-req-perform-parallel.R: [working] (24 + 0) -> 7 -> 99 | =======================>------- 76%
> test-req-perform-parallel.R: [working] (0 + 0) -> 0 -> 130 | ==============================> 100%
> test-req-perform-iterative.R: / iterating 84 done (15/s) | 5.5s
Saving _problems/test-req-promise-13.R
Saving _problems/test-req-promise-25.R
Saving _problems/test-req-promise-40.R
Saving _problems/test-req-promise-46.R
Saving _problems/test-req-promise-64.R
Saving _problems/test-req-promise-101.R
Saving _problems/test-req-promise-120.R
> test-req-perform-iterative.R: / iterating 120 done (15/s) | 7.8s
> test-req.R: <httr2_request>
> test-req.R: GET https://example.com
> test-req.R: Headers:
> test-req.R: * Authorization: <REDACTED>
> test-req.R: Body: empty
[ FAIL 15 | WARN 0 | SKIP 141 | PASS 765 ]
══ Skipped tests (141) ═════════════════════════════════════════════════════════
• Can't find envvar HTTR2_KEY (1): 'test-oauth-flow-jwt.R:7:3'
• On CRAN (136): 'test-resp-stream.R:40:3', 'test-resp-stream.R:56:1',
'test-resp-stream.R:68:3', 'test-resp-stream.R:92:3',
'test-resp-stream.R:164:3', 'test-resp-stream.R:182:3',
'test-resp-stream.R:204:3', 'test-resp-stream.R:218:3',
'test-resp-stream.R:263:3', 'test-resp-stream.R:282:3',
'test-resp-stream.R:304:3', 'test-resp-stream.R:326:3',
'test-resp-stream.R:346:3', 'test-content-type.R:6:1',
'test-content-type.R:22:1', 'test-content-type.R:56:1', 'test-curl.R:1:1',
'test-curl.R:5:1', 'test-curl.R:79:1', 'test-curl.R:125:1',
'test-curl.R:138:1', 'test-curl.R:146:1', 'test-curl.R:157:1',
'test-curl.R:165:1', 'test-curl.R:178:1', 'test-curl.R:211:3',
'test-curl.R:234:1', 'test-req-perform.R:31:1', 'test-req-perform.R:46:1',
'test-req-perform.R:97:3', 'test-req-perform.R:214:1', 'test-headers.R:10:1',
'test-headers.R:14:1', 'test-headers.R:21:1', 'test-headers.R:36:1',
'test-last.R:28:3', 'test-last.R:39:1', 'test-last.R:50:1',
'test-last.R:59:1', 'test-oauth-flow-auth-code.R:1:1',
'test-oauth-flow-auth-code.R:82:1', 'test-oauth-flow-auth-code.R:116:3',
'test-oauth-client.R:1:1', 'test-oauth-client.R:10:1',
'test-oauth-client.R:19:1', 'test-oauth-flow-jwt.R:38:1',
'test-oauth-flow-refresh.R:31:1', 'test-oauth-token.R:1:1',
'test-oauth-token.R:11:1', 'test-oauth-flow.R:3:1', 'test-oauth-flow.R:14:1',
'test-oauth-flow.R:42:1', 'test-oauth.R:101:1', 'test-req-auth-aws.R:19:1',
'test-req-auth-aws.R:51:1', 'test-req-auth-aws.R:101:1',
'test-req-body.R:1:1', 'test-req-body.R:37:1', 'test-req-body.R:86:1',
'test-req-body.R:126:1', 'test-req-body.R:151:1', 'test-req-cache.R:94:1',
'test-req-cache.R:216:1', 'test-req-cache.R:231:1', 'test-req-cache.R:245:1',
'test-req-cookies.R:1:1', 'test-req-headers.R:20:1',
'test-req-headers.R:105:1', 'test-req-headers.R:122:1',
'test-req-mock.R:25:1', 'test-req-options.R:39:1', 'test-req-options.R:46:1',
'test-req-error.R:11:1', 'test-req-error.R:21:1', 'test-req-error.R:35:1',
'test-req-perform-connection.R:1:1', 'test-req-perform-connection.R:24:3',
'test-req-perform-connection.R:34:3', 'test-req-perform-connection.R:58:1',
'test-req-perform-connection.R:98:1', 'test-req-perform-connection.R:105:3',
'test-req-perform-iterative-helpers.R:3:1',
'test-req-perform-iterative-helpers.R:62:1',
'test-req-perform-iterative-helpers.R:84:1',
'test-req-perform-parallel.R:1:1', 'test-req-perform-parallel.R:156:1',
'test-req-perform-parallel.R:188:3', 'test-req-perform-parallel.R:213:3',
'test-req-perform-parallel.R:227:3', 'test-req-perform-sequential.R:1:1',
'test-req-perform-stream.R:1:1', 'test-req-perform-stream.R:107:1',
'test-req-perform-stream.R:121:1', 'test-req-policy.R:1:1',
'test-req-promise.R:1:1', 'test-req-retries.R:1:1',
'test-req-retries.R:74:1', 'test-req-retries.R:85:1',
'test-req-template.R:26:1', 'test-req-template.R:44:1',
'test-req-throttle.R:2:3', 'test-req-url.R:105:1', 'test-req-url.R:119:1',
'test-req-url.R:134:1', 'test-req-verbose.R:3:3', 'test-req-verbose.R:33:3',
'test-req-verbose.R:45:3', 'test-req-verbose.R:57:3',
'test-req-verbose.R:76:3', 'test-req-perform-iterative.R:35:1',
'test-req-perform-iterative.R:103:1', 'test-req.R:1:1', 'test-req.R:10:1',
'test-req.R:14:1', 'test-req.R:29:1', 'test-resp-status.R:1:1',
'test-resp-stream-aws.R:61:1', 'test-resp.R:1:1', 'test-resp.R:25:1',
'test-resp.R:29:1', 'test-secret.R:38:1', 'test-secret.R:69:1',
'test-resp-body.R:13:1', 'test-resp-body.R:73:1', 'test-resp-body.R:80:1',
'test-utils-multi.R:63:1', 'test-utils-redacted.R:1:1', 'test-utils.R:1:1',
'test-utils.R:19:1', 'test-url.R:30:1', 'test-url.R:36:1', 'test-url.R:48:1',
'test-url.R:111:1', 'test-url.R:190:1', 'test-url.R:218:1',
'test-url.R:255:1'
• has_paws_credentials() is not TRUE (1): 'test-req-auth-aws.R:31:3'
• {later} is not installed. (1): 'test-req-promise.R:86:3'
• {promises} is not installed. (2): 'test-req-promise.R:71:3',
'test-req-promise.R:163:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-oauth-flow-auth-code.R:64:3'): adds port to localhost url ──────
<rlib_error_package_not_found/rlang_error/error/condition>
Error in `normalize_redirect_uri("http://localhost")`: The package "httpuv" is required desktop OAuth
Backtrace:
▆
1. └─httr2:::normalize_redirect_uri("http://localhost") at test-oauth-flow-auth-code.R:64:3
2. └─rlang::check_installed("httpuv", "desktop OAuth")
── Error ('test-oauth-flow-auth-code.R:76:3'): urls left as is if not changes needed ──
<rlib_error_package_not_found/rlang_error/error/condition>
Error in `normalize_redirect_uri(original_uri)`: The package "httpuv" is required desktop OAuth
Backtrace:
▆
1. └─httr2:::normalize_redirect_uri(original_uri) at test-oauth-flow-auth-code.R:76:3
2. └─rlang::check_installed("httpuv", "desktop OAuth")
── Error ('test-req-dry-run.R:2:3'): req_dry_run() returns useful data ─────────
<rlib_error_package_not_found/rlang_error/error/condition>
Error in `req_dry_run(request("http://example.com"), quiet = TRUE, testing_headers = FALSE)`: The package "httpuv" is required.
Backtrace:
▆
1. └─httr2::req_dry_run(...) at test-req-dry-run.R:2:3
2. └─rlang::check_installed("httpuv")
── Error ('test-req-dry-run.R:14:3'): body is shown ────────────────────────────
<rlib_error_package_not_found/rlang_error/error/condition>
Error in `req_dry_run(req_utf8)`: The package "httpuv" is required.
Backtrace:
▆
1. └─testthat::expect_snapshot(req_dry_run(req_utf8)) at test-req-dry-run.R:14:3
2. └─testthat:::expect_snapshot_(...)
3. ├─base::withRestarts(cnd_signal(state$error), muffle_expectation = function() NULL)
4. │ └─base (local) withOneRestart(expr, restarts[[1L]])
5. │ └─base (local) doWithOneRestart(return(expr), restart)
6. └─rlang::cnd_signal(state$error)
── Error ('test-req-dry-run.R:28:3'): authorization headers are redacted ───────
<rlib_error_package_not_found/rlang_error/error/condition>
Error in `req_dry_run(req)`: The package "httpuv" is required.
Backtrace:
▆
1. └─testthat::expect_snapshot(out <- req_dry_run(req)) at test-req-dry-run.R:28:3
2. └─testthat:::expect_snapshot_(...)
3. ├─base::withRestarts(cnd_signal(state$error), muffle_expectation = function() NULL)
4. │ └─base (local) withOneRestart(expr, restarts[[1L]])
5. │ └─base (local) doWithOneRestart(return(expr), restart)
6. └─rlang::cnd_signal(state$error)
── Error ('test-req-dry-run.R:39:3'): doen't add space to urls (#567) ──────────
<rlib_error_package_not_found/rlang_error/error/condition>
Error in `req_dry_run(req)`: The package "httpuv" is required.
Backtrace:
▆
1. ├─testthat::expect_output(req_dry_run(req), "test:1:2") at test-req-dry-run.R:39:3
2. │ └─testthat:::quasi_capture(...)
3. │ ├─testthat (local) .capture(...)
4. │ │ └─testthat::capture_output_lines(code, print, width = width)
5. │ │ └─testthat:::eval_with_output(code, print = print, width = width)
6. │ │ ├─withr::with_output_sink(path, withVisible(code))
7. │ │ │ └─base::force(code)
8. │ │ └─base::withVisible(code)
9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
10. └─httr2::req_dry_run(req)
11. └─rlang::check_installed("httpuv")
── Error ('test-req-headers.R:12:3'): simple vectors automatically converted to strings ──
<rlib_error_package_not_found/rlang_error/error/condition>
Error in `req_dry_run(req, quiet = TRUE)`: The package "httpuv" is required.
Backtrace:
▆
1. └─httr2::req_dry_run(req, quiet = TRUE) at test-req-headers.R:12:3
2. └─rlang::check_installed("httpuv")
── Error ('test-req-headers.R:35:3'): can add repeated headers ─────────────────
<rlib_error_package_not_found/rlang_error/error/condition>
Error in `req_dry_run(req_headers(request_test(), a = c("a", "b")), quiet = TRUE)`: The package "httpuv" is required.
Backtrace:
▆
1. └─httr2::req_dry_run(...) at test-req-headers.R:35:3
2. └─rlang::check_installed("httpuv")
── Error ('test-req-promise.R:13:3'): returns a promise that resolves ──────────
<rlib_error_package_not_found/rlang_error/error/condition>
Error in `req_perform_promise(request_test("/delay/:secs", secs = 0.25))`: The packages "promises" and "later" are required.
Backtrace:
▆
1. └─httr2::req_perform_promise(request_test("/delay/:secs", secs = 0.25)) at test-req-promise.R:13:3
2. └─rlang::check_installed(c("promises", "later"))
── Error ('test-req-promise.R:25:3'): correctly prepares request ───────────────
<rlib_error_package_not_found/rlang_error/error/condition>
Error in `req_perform_promise(req)`: The packages "promises" and "later" are required.
Backtrace:
▆
1. └─httr2::req_perform_promise(req) at test-req-promise.R:25:3
2. └─rlang::check_installed(c("promises", "later"))
── Error ('test-req-promise.R:31:3'): correctly prepares request ───────────────
Error in `loadNamespace(x)`: there is no package called 'promises'
Backtrace:
▆
1. ├─httr2:::extract_promise(req_perform_promise(req, verbosity = 1))
2. └─base::loadNamespace(x) at ./helper-promise.R:5:3
3. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
4. └─base (local) withOneRestart(expr, restarts[[1L]])
5. └─base (local) doWithOneRestart(return(expr), restart)
── Error ('test-req-promise.R:46:3'): can promise to download files ────────────
<rlib_error_package_not_found/rlang_error/error/condition>
Error in `req_perform_promise(req, path)`: The packages "promises" and "later" are required.
Backtrace:
▆
1. └─httr2::req_perform_promise(req, path) at test-req-promise.R:46:3
2. └─rlang::check_installed(c("promises", "later"))
── Error ('test-req-promise.R:64:3'): promises can retrieve from cache ─────────
<rlib_error_package_not_found/rlang_error/error/condition>
Error in `req_perform_promise(req)`: The packages "promises" and "later" are required.
Backtrace:
▆
1. └─httr2::req_perform_promise(req) at test-req-promise.R:64:3
2. └─rlang::check_installed(c("promises", "later"))
── Error ('test-req-promise.R:101:3'): req_perform_promise can use non-default pool ──
<rlib_error_package_not_found/rlang_error/error/condition>
Error in `req_perform_promise(request_test("/delay/:secs", secs = 0.25))`: The packages "promises" and "later" are required.
Backtrace:
▆
1. └─httr2::req_perform_promise(request_test("/delay/:secs", secs = 0.25)) at test-req-promise.R:101:3
2. └─rlang::check_installed(c("promises", "later"))
── Error ('test-req-promise.R:120:3'): req_perform_promise uses the default loop ──
<rlib_error_package_not_found/rlang_error/error/condition>
Error in `req_perform_promise(request_test("/delay/:secs", secs = 0.25))`: The packages "promises" and "later" are required.
Backtrace:
▆
1. └─httr2::req_perform_promise(request_test("/delay/:secs", secs = 0.25)) at test-req-promise.R:120:3
2. └─rlang::check_installed(c("promises", "later"))
[ FAIL 15 | WARN 0 | SKIP 141 | PASS 765 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.2.1
Check: package vignettes
Result: NOTE
Package has ‘vignettes’ subdirectory but apparently no vignettes.
Perhaps the ‘VignetteBuilder’ information is missing from the
DESCRIPTION file?
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.2.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [107s/157s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(httr2)
>
> test_check("httr2")
Starting 2 test processes.
> test-req-perform-iterative.R: iterating ===============>--------------- 50% | ETA: 1s
> test-req-perform-iterative.R: iterating ==============================> 100% | ETA: 0s
> test-req-perform-iterative.R: \ iterating 9 done (4.4/s) | 2s
> test-req-perform-iterative.R: | iterating 10 done (4.2/s) | 2.4s
> test-req-perform-parallel.R: [working] (118 + 0) -> 10 -> 2 | >------------------------------ 2%
> test-req-perform-iterative.R: / iterating 23 done (4/s) | 5.8s
> test-req-perform-parallel.R: [working] (106 + 0) -> 1 -> 23 | =====>------------------------- 18%
> test-req-perform-iterative.R: - iterating 32 done (3.7/s) | 8.6s
> test-req-perform-parallel.R: [working] (96 + 0) -> 10 -> 24 | ======>------------------------ 18%
> test-req-perform-iterative.R: \ iterating 42 done (3.6/s) | 11.6s
> test-req-perform-parallel.R: [working] (94 + 0) -> 3 -> 33 | ========>---------------------- 25%
> test-req-perform-iterative.R: | iterating 55 done (3.8/s) | 14.4s
> test-req-perform-parallel.R: [working] (83 + 0) -> 10 -> 37 | =========>--------------------- 28%
> test-req-perform-iterative.R: / iterating 69 done (4/s) | 17.4s
> test-req-perform-parallel.R: [working] (71 + 0) -> 10 -> 49 | ===========>------------------- 38%
> test-req-perform-parallel.R: [working] (58 + 0) -> 7 -> 65 | ===============>--------------- 50%
> test-req-perform-iterative.R: - iterating 87 done (4.2/s) | 20.5s
> test-req-perform-iterative.R: \ iterating 103 done (4.4/s) | 23.5s
> test-req-perform-parallel.R: [working] (46 + 0) -> 1 -> 83 | ===================>----------- 64%
> test-req-perform-iterative.R: | iterating 120 done (4.5/s) | 26.5s
> test-req-perform-parallel.R: [working] (34 + 0) -> 1 -> 95 | ======================>-------- 73%
> test-req-perform-parallel.R: [working] (8 + 0) -> 6 -> 116 | ===========================>--- 89%
> test-req-perform-parallel.R: [working] (0 + 0) -> 0 -> 130 | ==============================> 100%
Saving _problems/test-req-perform-parallel-37.R
> test-req.R: <httr2_request>
> test-req.R: GET https://example.com
> test-req.R:
> test-req.R: Headers:
> test-req.R:
> test-req.R: * Authorization: <REDACTED>
> test-req.R: Body: empty
[ FAIL 1 | WARN 0 | SKIP 142 | PASS 801 ]
══ Skipped tests (142) ═════════════════════════════════════════════════════════
• Can't find envvar HTTR2_KEY (1): 'test-oauth-flow-jwt.R:7:3'
• On CRAN (140): 'test-resp-stream.R:40:3', 'test-resp-stream.R:56:1',
'test-resp-stream.R:68:3', 'test-resp-stream.R:92:3',
'test-resp-stream.R:164:3', 'test-resp-stream.R:182:3',
'test-resp-stream.R:204:3', 'test-resp-stream.R:218:3',
'test-resp-stream.R:263:3', 'test-resp-stream.R:282:3',
'test-resp-stream.R:304:3', 'test-resp-stream.R:326:3',
'test-resp-stream.R:346:3', 'test-req-perform.R:31:1',
'test-req-perform.R:46:1', 'test-req-perform.R:97:3',
'test-req-perform.R:214:1', 'test-content-type.R:6:1',
'test-content-type.R:22:1', 'test-content-type.R:56:1',
'test-headers.R:10:1', 'test-headers.R:14:1', 'test-headers.R:21:1',
'test-headers.R:36:1', 'test-last.R:28:3', 'test-last.R:39:1',
'test-last.R:50:1', 'test-last.R:59:1', 'test-oauth-client.R:1:1',
'test-oauth-client.R:10:1', 'test-oauth-client.R:19:1',
'test-oauth-flow-auth-code.R:1:1', 'test-oauth-flow-auth-code.R:82:1',
'test-oauth-flow-auth-code.R:116:3', 'test-oauth-flow-jwt.R:38:1',
'test-oauth-flow-refresh.R:31:1', 'test-oauth-flow.R:3:1',
'test-oauth-flow.R:14:1', 'test-oauth-flow.R:42:1', 'test-oauth-token.R:1:1',
'test-oauth-token.R:11:1', 'test-oauth.R:101:1', 'test-req-auth-aws.R:19:1',
'test-req-auth-aws.R:51:1', 'test-req-auth-aws.R:101:1', 'test-curl.R:1:1',
'test-curl.R:5:1', 'test-curl.R:79:1', 'test-curl.R:125:1',
'test-curl.R:138:1', 'test-curl.R:146:1', 'test-curl.R:157:1',
'test-curl.R:165:1', 'test-curl.R:178:1', 'test-curl.R:211:3',
'test-curl.R:234:1', 'test-req-cache.R:94:1', 'test-req-cache.R:216:1',
'test-req-cache.R:231:1', 'test-req-cache.R:245:1', 'test-req-cookies.R:1:1',
'test-req-body.R:1:1', 'test-req-body.R:37:1', 'test-req-body.R:86:1',
'test-req-body.R:126:1', 'test-req-body.R:151:1', 'test-req-dry-run.R:9:1',
'test-req-dry-run.R:26:1', 'test-req-headers.R:20:1',
'test-req-headers.R:105:1', 'test-req-headers.R:122:1',
'test-req-error.R:11:1', 'test-req-error.R:21:1', 'test-req-error.R:35:1',
'test-req-mock.R:25:1', 'test-req-options.R:39:1', 'test-req-options.R:46:1',
'test-req-perform-connection.R:1:1', 'test-req-perform-connection.R:24:3',
'test-req-perform-connection.R:34:3', 'test-req-perform-connection.R:58:1',
'test-req-perform-connection.R:98:1', 'test-req-perform-connection.R:105:3',
'test-req-perform-iterative-helpers.R:3:1',
'test-req-perform-iterative-helpers.R:62:1',
'test-req-perform-iterative-helpers.R:84:1',
'test-req-perform-iterative.R:35:1', 'test-req-perform-iterative.R:103:1',
'test-req-perform-sequential.R:1:1', 'test-req-perform-stream.R:1:1',
'test-req-perform-stream.R:107:1', 'test-req-perform-stream.R:121:1',
'test-req-perform-parallel.R:1:1', 'test-req-perform-parallel.R:156:1',
'test-req-perform-parallel.R:188:3', 'test-req-perform-parallel.R:213:3',
'test-req-perform-parallel.R:227:3', 'test-req-policy.R:1:1',
'test-req-retries.R:1:1', 'test-req-retries.R:74:1',
'test-req-retries.R:85:1', 'test-req-template.R:26:1',
'test-req-template.R:44:1', 'test-req-promise.R:1:1',
'test-req-promise.R:29:1', 'test-req-promise.R:113:1',
'test-req-throttle.R:2:3', 'test-req-verbose.R:3:3',
'test-req-verbose.R:33:3', 'test-req-verbose.R:45:3',
'test-req-verbose.R:57:3', 'test-req-verbose.R:76:3', 'test-req-url.R:105:1',
'test-req-url.R:119:1', 'test-req-url.R:134:1', 'test-req.R:1:1',
'test-req.R:10:1', 'test-req.R:14:1', 'test-req.R:29:1',
'test-resp-status.R:1:1', 'test-resp-body.R:13:1', 'test-resp-body.R:73:1',
'test-resp-body.R:80:1', 'test-resp-stream-aws.R:61:1', 'test-secret.R:38:1',
'test-secret.R:69:1', 'test-resp.R:1:1', 'test-resp.R:25:1',
'test-resp.R:29:1', 'test-utils-multi.R:63:1', 'test-utils-redacted.R:1:1',
'test-utils.R:1:1', 'test-utils.R:19:1', 'test-url.R:30:1',
'test-url.R:36:1', 'test-url.R:48:1', 'test-url.R:111:1', 'test-url.R:190:1',
'test-url.R:218:1', 'test-url.R:255:1'
• has_paws_credentials() is not TRUE (1): 'test-req-auth-aws.R:31:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-req-perform-parallel.R:37:3'): requests happen in parallel ───
Expected `time[[3]]` < 1.
Actual comparison: 1.21 >= 1.00
Difference: 0.21 >= 0
[ FAIL 1 | WARN 0 | SKIP 142 | PASS 801 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc