Last updated on 2026-09-02 19:58:25 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.2.0 | 9.46 | 61.34 | 70.80 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.2.0 | 6.76 | 45.94 | 52.70 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.2.0 | 46.43 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 1.2.0 | 7.00 | 40.14 | 47.14 | ERROR | |
| r-devel-windows-x86_64 | 1.2.0 | 13.00 | 143.00 | 156.00 | OK | |
| r-patched-linux-x86_64 | 1.2.0 | 10.75 | 51.95 | 62.70 | OK | |
| r-release-linux-x86_64 | 1.2.0 | 9.88 | 54.19 | 64.07 | 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 | 14.00 | 76.00 | 90.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 | 17.00 | 88.00 | 105.00 | OK |
Version: 1.2.0
Check: tests
Result: ERROR
Running ‘testthat.R’
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, 02 Sep 2026 14:45:18 GMT"
`expected`: "Wed, 02 Sep 2026 14:45:19 GMT"
[ FAIL 1 | WARN 0 | SKIP 18 | PASS 465 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc