CRAN Package Check Results for Package githubr

Last updated on 2025-11-09 09:48:42 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.9.1 4.05 74.63 78.68 OK
r-devel-linux-x86_64-debian-gcc 0.9.1 3.04 45.51 48.55 OK
r-devel-linux-x86_64-fedora-clang 0.9.1 11.00 54.15 65.15 OK
r-devel-linux-x86_64-fedora-gcc 0.9.1 60.04 OK
r-devel-windows-x86_64 0.9.1 6.00 82.00 88.00 OK
r-patched-linux-x86_64 0.9.1 3.25 69.68 72.93 OK
r-release-linux-x86_64 0.9.1 3.97 42.62 46.59 ERROR
r-release-macos-arm64 0.9.1 3.00 32.00 35.00 OK
r-release-macos-x86_64 0.9.1 3.00 33.00 36.00 OK
r-release-windows-x86_64 0.9.1 6.00 83.00 89.00 OK
r-oldrel-macos-arm64 0.9.1 2.00 19.00 21.00 OK
r-oldrel-macos-x86_64 0.9.1 3.00 30.00 33.00 OK
r-oldrel-windows-x86_64 0.9.1 8.00 84.00 92.00 OK

Check Details

Version: 0.9.1
Check: tests
Result: ERROR Running ‘testthat.R’ [10s/23s] 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 [ 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]: Resolving timed out after 5001 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-release-linux-x86_64