- using R version 4.4.3 (2025-02-28 ucrt)
- using platform: x86_64-w64-mingw32
- R was compiled by
gcc.exe (GCC) 13.3.0
GNU Fortran (GCC) 13.3.0
- running under: Windows Server 2022 x64 (build 20348)
- using session charset: UTF-8
- checking for file 'httptest2/DESCRIPTION' ... OK
- checking extension type ... Package
- this is package 'httptest2' version '1.2.0'
- package encoding: UTF-8
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking whether package 'httptest2' can be installed ... OK
See the install log for details.
- checking installed package size ... OK
- checking package directory ... OK
- checking 'build' directory ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [1s] OK
- checking whether the package can be loaded with stated dependencies ... [1s] OK
- checking whether the package can be unloaded cleanly ... [1s] OK
- checking whether the namespace can be loaded with stated dependencies ... [1s] OK
- checking whether the namespace can be unloaded cleanly ... [1s] OK
- checking loading without being on the library search path ... [1s] OK
- checking whether startup messages can be suppressed ... [1s] OK
- checking use of S3 registration ... OK
- checking dependencies in R code ... WARNING
Missing or unexported object: 'httr2::with_mock'
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [4s] OK
- checking Rd files ... [1s] OK
- checking Rd metadata ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking installed files from 'inst/doc' ... OK
- checking files in 'vignettes' ... OK
- checking examples ... [3s] OK
- checking for unstated dependencies in 'tests' ... OK
- checking tests ... [15s] ERROR
Running 'spelling.R' [0s]
Running 'testthat.R' [15s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> test_check("httptest2")
Loading required package: httptest2
[ FAIL 1 | WARN 0 | SKIP 2 | PASS 237 ]
══ Skipped tests (2) ═══════════════════════════════════════════════════════════
• TODO: handle URL escaping (1): 'test-redact.R:165:5'
• TODO: prettify when simplify=FALSE (1): 'test-capture-requests.R:222:5'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-mock-api.R:251:3'): mock_request code paths are covered (outside of trace) ──
Error in `req_get_body_type(req)`: `req` must be an HTTP request object, not a list.
Backtrace:
▆
1. ├─testthat::expect_s3_class(...) at test-mock-api.R:251:3
2. │ └─testthat::quasi_label(enquo(object), arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─httptest2:::mock_request(list(method = "GET", url = "https://test.api/"))
5. └─httptest2::build_mock_url(get_current_redactor()(req))
6. └─httptest2:::get_string_request_body(req)
7. └─httr2 (local) body_apply(req)
8. └─httr2::req_get_body_type(req = req)
9. └─httr2:::check_request(req)
10. └─httr2:::stop_input_type(...)
11. └─rlang::abort(message, ..., call = call, arg = arg)
[ FAIL 1 | WARN 0 | SKIP 2 | PASS 237 ]
Error: Test failures
Execution halted
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [8s] OK
- checking PDF version of manual ... [18s] OK
- checking HTML version of manual ... [4s] OK
- DONE
Status: 1 ERROR, 1 WARNING