CRAN Package Check Results for Maintainer ‘Candace Savonen <csavonen at fredhutch.org>’

Last updated on 2025-12-24 15:52:30 CET.

Package ERROR OK
githubr 1 12
rgoogleclassroom 13

Package githubr

Current CRAN status: ERROR: 1, OK: 12

Version: 0.9.1
Check: tests
Result: ERROR Running ‘testthat.R’ [12s/31s] 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 ───────────────────────────────────────── Error in `httr2::resp_body_json(response)`: Unexpected content type "text/html". * Expecting type "application/json" or suffix "json". 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. └─gh:::gh_error(resp, gh_req = x, error_call = error_call) 5. └─httr2::resp_body_json(response) 6. └─httr2::resp_check_content_type(...) 7. └─httr2:::check_content_type(...) 8. └─cli::cli_abort(...) 9. └─rlang::abort(...) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Package rgoogleclassroom

Current CRAN status: OK: 13