CRAN Package Check Results for Package githubr

Last updated on 2025-08-12 20:49:10 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.9.1 4.29 70.52 74.81 OK
r-devel-linux-x86_64-debian-gcc 0.9.1 2.70 30.55 33.25 ERROR
r-devel-linux-x86_64-fedora-clang 0.9.1 62.75 OK
r-devel-linux-x86_64-fedora-gcc 0.9.1 61.33 OK
r-devel-windows-x86_64 0.9.1 6.00 79.00 85.00 OK
r-patched-linux-x86_64 0.9.1 4.12 66.46 70.58 OK
r-release-linux-x86_64 0.9.1 3.91 66.24 70.15 OK
r-release-macos-arm64 0.9.1 35.00 OK
r-release-macos-x86_64 0.9.1 36.00 OK
r-release-windows-x86_64 0.9.1 6.00 74.00 80.00 OK
r-oldrel-macos-arm64 0.9.1 21.00 OK
r-oldrel-macos-x86_64 0.9.1 33.00 OK
r-oldrel-windows-x86_64 0.9.1 7.00 78.00 85.00 OK

Check Details

Version: 0.9.1
Check: tests
Result: ERROR Running ‘testthat.R’ [5s/9s] 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 ───────────────────────────────────────── Error in `t.default(do.call(cbind, my_issues))`: argument is not a matrix Backtrace: ▆ 1. └─githubr::get_issues("jhudsl/OTTR_Template") at test-test.R:11:5 2. ├─base::suppressWarnings(as.data.frame(t(do.call(cbind, my_issues)))) 3. │ └─base::withCallingHandlers(...) 4. ├─base::as.data.frame(t(do.call(cbind, my_issues))) 5. ├─base::t(do.call(cbind, my_issues)) 6. └─base::t.default(do.call(cbind, my_issues)) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc