R Under development (unstable) (2025-06-23 r88347 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) > library(webfakes) > > test_check("webfakes", reporter = "progress") ✔ | F W S OK | Context ⠏ | 0 | app-process ⠋ | 1 0 | app-process ⠙ | 1 1 | app-process ⠸ | 1 3 | app-process ⠴ | 1 5 | app-process ⠏ | 1 9 | app-process ✔ | 1 12 | app-process [1.8s] ⠏ | 0 | app ✔ | 1 0 | app ⠏ | 0 | base64 ✔ | 11 | base64 ⠏ | 0 | decode-url ⠋ | 1 | decode-url ⠹ | 3 | decode-url ✔ | 4 | decode-url ⠏ | 0 | delay ⠋ | 1 | delay ✔ | 4 | delay ⠏ | 0 | git-app ✔ | 1 0 | git-app ⠏ | 0 | http-methods ⠋ | 1 | http-methods ⠴ | 6 | http-methods ✔ | 23 | http-methods ⠏ | 0 | httpbin ⠼ | 15 | httpbin ⠸ | 34 | httpbin ⠇ | 49 | httpbin ⠙ | 62 | httpbin ⠴ | 76 | httpbin ⠴ | 86 | httpbin ⠙ | 92 | httpbin ⠹ | 103 | httpbin ⠇ | 109 | httpbin ⠋ | 121 | httpbin ⠴ | 136 | httpbin ⠴ | 146 | httpbin ⠧ | 1 157 | httpbin ⠦ | 3 164 | httpbin ⠦ | 3 174 | httpbin ⠴ | 3 183 | httpbin ⠸ | 3 191 | httpbin ✔ | 3 200 | httpbin [3.2s] ⠏ | 0 | https ✔ | 3 0 | https ⠏ | 0 | local ⠋ | 1 | local ✔ | 1 | local ⠏ | 0 | mime ✔ | 2 | mime ⠏ | 0 | mw-etag ⠋ | 1 | mw-etag ✔ | 5 | mw-etag ⠏ | 0 | mw-log ⠋ | 1 | mw-log ✔ | 6 | mw-log ⠏ | 0 | mw-multipart ⠋ | 1 | mw-multipart ✔ | 2 | mw-multipart ⠏ | 0 | mw-range-parser ✔ | 1 6 | mw-range-parser ⠏ | 0 | mw-raw ⠋ | 1 | mw-raw ✔ | 3 | mw-raw ⠏ | 0 | mw-static ⠋ | 1 | mw-static ⠴ | 16 | mw-static ✔ | 18 | mw-static ⠏ | 0 | mw-urlencoded ⠋ | 1 | mw-urlencoded ✔ | 1 | mw-urlencoded ⠏ | 0 | oauth ✔ | 2 0 | oauth ⠏ | 0 | path-matching ⠏ | 20 | path-matching ✔ | 20 | path-matching ⠏ | 0 | print ⠋ | 1 0 | print ⠼ | 5 0 | print ✔ | 5 0 | print ⠏ | 0 | request ✔ | 1 0 | request ⠏ | 0 | response ⠋ | 1 | response ⠋ | 11 | response ✔ | 18 | response ⠏ | 0 | threads ⠋ | 1 | threads ✔ | 5 | threads ⠏ | 0 | tmpl-glue ⠋ | 1 | tmpl-glue ✔ | 1 | tmpl-glue ⠏ | 0 | uuid ⠹ | 3 | uuid ⠙ | 32 | uuid ✔ | 32 | uuid ══ Results ═════════════════════════════════════════════════════════════════════ Duration: 13.5 s ── Skipped tests (18) ────────────────────────────────────────────────────────── • On CRAN (18): 'test-app-process.R:5:3', 'test-app.R:3:3', 'test-git-app.R:2:3', 'test-httpbin.R:699:3', 'test-httpbin.R:714:3', 'test-httpbin.R:735:3', 'test-https.R:2:3', 'test-https.R:22:3', 'test-https.R:54:3', 'test-mw-range-parser.R:2:3', 'test-oauth.R:2:3', 'test-oauth.R:75:3', 'test-print.R:33:3', 'test-print.R:45:3', 'test-print.R:54:3', 'test-print.R:62:3', 'test-print.R:75:3', 'test-request.R:2:3' [ FAIL 0 | WARN 0 | SKIP 18 | PASS 374 ] > > proc.time() user system elapsed 3.84 0.95 14.37