CRAN Package Check Results for Package reqres

Last updated on 2026-06-30 18:53:35 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2.0 9.03 58.04 67.07 ERROR
r-devel-linux-x86_64-debian-gcc 1.2.0 5.68 43.24 48.92 OK
r-devel-linux-x86_64-fedora-clang 1.2.0 16.00 85.22 101.22 OK
r-devel-linux-x86_64-fedora-gcc 1.2.0 16.00 83.06 99.06 OK
r-devel-windows-x86_64 1.2.0 13.00 79.00 92.00 OK
r-patched-linux-x86_64 1.2.0 9.94 53.44 63.38 OK
r-release-linux-x86_64 1.2.0 OK
r-release-macos-arm64 1.2.0 3.00 16.00 19.00 OK
r-release-macos-x86_64 1.2.0 8.00 54.00 62.00 OK
r-release-windows-x86_64 1.2.0 13.00 78.00 91.00 OK
r-oldrel-macos-arm64 1.2.0 2.00 22.00 24.00 OK
r-oldrel-macos-x86_64 1.2.0 7.00 53.00 60.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/13s] 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`: "Tue, 30 Jun 2026 07:44:54 GMT" `expected`: "Tue, 30 Jun 2026 07:44:55 GMT" [ FAIL 1 | WARN 0 | SKIP 18 | PASS 465 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-clang