CRAN Package Check Results for Package reqres

Last updated on 2026-03-19 12:54:20 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2.0 9.03 57.84 66.87 OK
r-devel-linux-x86_64-debian-gcc 1.2.0 6.83 42.35 49.18 OK
r-devel-linux-x86_64-fedora-clang 1.2.0 16.00 83.40 99.40 OK
r-devel-linux-x86_64-fedora-gcc 1.2.0 15.00 81.17 96.17 OK
r-devel-macos-arm64 1.2.0 3.00 17.00 20.00 OK
r-devel-windows-x86_64 1.2.0 11.00 76.00 87.00 OK
r-patched-linux-x86_64 1.2.0 10.23 49.42 59.65 ERROR
r-release-linux-x86_64 1.2.0 7.80 49.69 57.49 OK
r-release-macos-arm64 1.2.0 2.00 22.00 24.00 OK
r-release-macos-x86_64 1.2.0 7.00 53.00 60.00 OK
r-release-windows-x86_64 1.2.0 13.00 75.00 88.00 OK
r-oldrel-macos-arm64 1.2.0 2.00 23.00 25.00 OK
r-oldrel-macos-x86_64 1.2.0 8.00 60.00 68.00 OK
r-oldrel-windows-x86_64 1.2.0 16.00 89.00 105.00 OK

Check Details

Version: 1.2.0
Check: tests
Result: ERROR Running ‘testthat.R’ [8s/11s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(reqres) > > test_check("reqres") Saving _problems/test-response-104.R [ FAIL 1 | WARN 0 | SKIP 18 | PASS 465 ] ══ Skipped tests (18) ══════════════════════════════════════════════════════════ • On CRAN (18): 'test-problems.R:1:1', 'test-problems.R:24:1', 'test-problems.R:53:1', 'test-request.R:20:1', 'test-request.R:47:1', 'test-request.R:70:1', 'test-request.R:90:1', 'test-request.R:284:1', 'test-request_unclassed.R:45:1', 'test-request_unclassed.R:68:1', 'test-request_unclassed.R:88:1', 'test-request_unclassed.R:282:1', 'test-response.R:18:1', 'test-response.R:111:1', 'test-response.R:138:1', 'test-response.R:429:1', 'test-response.R:643:1', 'test-session-cookie.R:77:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-response.R:104:3'): special header method works ────────────── Expected `res$get_header("Date")` to equal `to_http_date(time)`. Differences: `actual`: "Wed, 18 Mar 2026 17:53:42 GMT" `expected`: "Wed, 18 Mar 2026 17:53:43 GMT" [ FAIL 1 | WARN 0 | SKIP 18 | PASS 465 ] Error: ! Test failures. Execution halted Flavor: r-patched-linux-x86_64