Last updated on 2026-07-14 06:52:35 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.2.0 | 10.22 | 57.75 | 67.97 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.2.0 | 6.67 | 43.60 | 50.27 | 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 | 81.90 | 97.90 | OK | |
| r-devel-windows-x86_64 | 1.2.0 | 12.00 | 84.00 | 96.00 | OK | |
| r-patched-linux-x86_64 | 1.2.0 | 9.54 | 52.56 | 62.10 | OK | |
| r-release-linux-x86_64 | 1.2.0 | 9.45 | 53.30 | 62.75 | 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 | 86.00 | 102.00 | OK |
Version: 1.2.0
Check: tests
Result: ERROR
Running 'testthat.R' [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`: "Sat, 11 Jul 2026 21:27:57 GMT"
`expected`: "Sat, 11 Jul 2026 21:27:58 GMT"
[ FAIL 1 | WARN 0 | SKIP 18 | PASS 465 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-windows-x86_64