R version 4.5.0 RC (2025-04-04 r88113 ucrt) -- "How About a Twenty-Six" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > # 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") # nolint unused_import_linter undesirable_function_linter > library("IssueTrackeR") # nolint unused_import_linter undesirable_function_linter Attaching package: 'IssueTrackeR' The following object is masked from 'package:base': append > > test_check("IssueTrackeR") [ FAIL 1 | WARN 0 | SKIP 0 | PASS 5 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-get_issues.R:2:5'): get_issues works ─────────────────────────── Error in `gh::gh(repo = repo, owner = owner, endpoint = "/repos/:owner/:repo/issues", state = state, .limit = Inf)`: GitHub API error (403): API rate limit exceeded for 129.217.207.203. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.) i Read more at Backtrace: ▆ 1. └─IssueTrackeR::get_issues(...) at test-get_issues.R:2:5 2. └─gh::gh(...) 3. └─gh:::gh_make_request(req) 4. └─gh:::gh_error(resp, gh_req = x, error_call = error_call) 5. └─cli::cli_abort(...) 6. └─rlang::abort(...) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 5 ] Error: Test failures Execution halted