Last updated on 2026-03-19 08:53:13 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1.0 | 5.50 | 137.87 | 143.37 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.1.0 | 4.35 | 95.83 | 100.18 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.1.0 | 11.00 | 204.35 | 215.35 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.1.0 | 10.00 | 223.07 | 233.07 | OK | |
| r-devel-macos-arm64 | 1.1.0 | 1.00 | 40.00 | 41.00 | OK | |
| r-devel-windows-x86_64 | 1.1.0 | 8.00 | 136.00 | 144.00 | OK | |
| r-patched-linux-x86_64 | 1.1.0 | 6.33 | 0.02 | 6.35 | FAIL | |
| r-release-linux-x86_64 | 1.1.0 | 5.99 | 126.45 | 132.44 | ERROR | |
| r-release-macos-arm64 | 1.1.0 | OK | ||||
| r-release-macos-x86_64 | 1.1.0 | 4.00 | 138.00 | 142.00 | OK | |
| r-release-windows-x86_64 | 1.1.0 | 8.00 | 131.00 | 139.00 | ERROR | |
| r-oldrel-macos-arm64 | 1.1.0 | OK | ||||
| r-oldrel-macos-x86_64 | 1.1.0 | 4.00 | 158.00 | 162.00 | OK | |
| r-oldrel-windows-x86_64 | 1.1.0 | 10.00 | 173.00 | 183.00 | OK |
Version: 1.1.0
Check: tests
Result: FAIL
Flavor: r-patched-linux-x86_64
Version: 1.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/4s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(hereR)
>
> test_check("hereR")
corrupted double-linked list
Aborted
Flavor: r-release-linux-x86_64
Version: 1.1.0
Check: tests
Result: ERROR
Running 'testthat.R' [5s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(hereR)
>
> test_check("hereR")
Saving _problems/test-async_request-5.R
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 150 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-async_request.R:5:3'): async_request works ─────────────────────
<subscriptOutOfBoundsError/error/condition>
Error in `response[[1]]`: subscript out of bounds
Backtrace:
▆
1. └─testthat::expect_is(response[[1]], "character") at test-async_request.R:5:3
2. └─testthat::quasi_label(enquo(object), label)
3. └─rlang::eval_bare(expr, quo_get_env(quo))
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 150 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-windows-x86_64