Last updated on 2025-12-23 13:48:41 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.9.1 | 4.31 | 46.79 | 51.10 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.9.1 | 2.58 | 46.16 | 48.74 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.9.1 | 7.00 | 58.08 | 65.08 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.9.1 | 7.00 | 60.21 | 67.21 | OK | |
| r-devel-windows-x86_64 | 0.9.1 | 5.00 | 86.00 | 91.00 | OK | |
| r-patched-linux-x86_64 | 0.9.1 | 3.36 | 69.78 | 73.14 | OK | |
| r-release-linux-x86_64 | 0.9.1 | 3.40 | 69.64 | 73.04 | OK | |
| r-release-macos-arm64 | 0.9.1 | 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 | 82.00 | 88.00 | OK | |
| r-oldrel-macos-arm64 | 0.9.1 | OK | ||||
| r-oldrel-macos-x86_64 | 0.9.1 | 3.00 | 30.00 | 33.00 | OK | |
| r-oldrel-windows-x86_64 | 0.9.1 | 7.00 | 90.00 | 97.00 | OK |
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