Last updated on 2026-05-20 13:51:07 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.9.1 | 4.33 | 78.40 | 82.73 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.9.1 | 2.61 | 101.98 | 104.59 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.9.1 | 8.00 | 65.77 | 73.77 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.9.1 | 63.57 | OK | |||
| r-devel-windows-x86_64 | 0.9.1 | 7.00 | 120.00 | 127.00 | OK | |
| r-patched-linux-x86_64 | 0.9.1 | 3.88 | 73.60 | 77.48 | OK | |
| r-release-linux-x86_64 | 0.9.1 | 3.95 | 73.48 | 77.43 | OK | |
| r-release-macos-arm64 | 0.9.1 | 1.00 | 12.00 | 13.00 | OK | |
| r-release-macos-x86_64 | 0.9.1 | 3.00 | 38.00 | 41.00 | OK | |
| r-release-windows-x86_64 | 0.9.1 | 6.00 | 131.00 | 137.00 | OK | |
| r-oldrel-macos-arm64 | 0.9.1 | OK | ||||
| r-oldrel-macos-x86_64 | 0.9.1 | 3.00 | 33.00 | 36.00 | OK | |
| r-oldrel-windows-x86_64 | 0.9.1 | 8.00 | 111.00 | 119.00 | OK |
Version: 0.9.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [75s/112s]
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(githubr)
>
> test_check("githubr")
Checking for remote git repository: jhudsl/OTTR_Template
Checking for remote git repository: jhudsl/OTTR_Template
Saving _problems/test-test-11.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-test.R:11:5'): githubr ─────────────────────────────────────────
<httr2_failure/httr2_error/rlang_error/error/condition>
Error in `httr2::req_perform(req, path = x$desttmp)`: Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! Timeout was reached [api.github.com]:
Connection timed out after 5002 milliseconds
Backtrace:
▆
1. └─githubr::get_issues("jhudsl/OTTR_Template") at test-test.R:11:5
2. └─gh::gh("GET /repos/{repo}/issues", repo = repo_name, per_page = max)
3. └─gh:::gh_make_request(req)
4. └─httr2::req_perform(req, path = x$desttmp)
5. └─httr2:::handle_resp(req, resp, error_call = error_call)
6. └─rlang::cnd_signal(resp)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc