* using log directory 'd:/RCompile/CRANincoming/R-devel/IssueTrackeR.Rcheck' * using R version 4.5.0 RC (2025-04-04 r88113 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 14.2.0 GNU Fortran (GCC) 14.2.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'IssueTrackeR/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'IssueTrackeR' version '1.1.0.9000' * package encoding: UTF-8 * checking CRAN incoming feasibility ... NOTE Maintainer: 'Tanguy Barthelemy ' New submission Version contains large components (1.1.0.9000) Found the following (possibly) invalid URLs: URL: https://github.com/TanguyBarthelemy/IssueTrackeR/actions/workflows/R-CMD-check.yaml From: README.md Status: 404 Message: Not Found URL: https://github.com/TanguyBarthelemy/IssueTrackeR/actions/workflows/lint.yaml From: README.md Status: 404 Message: Not Found URL: https://github.com/TanguyBarthelemy/IssueTrackeR/compare/v1.0.0...v1.1.0 From: NEWS.md Status: 404 Message: Not Found URL: https://github.com/TanguyBarthelemy/IssueTrackeR/compare/v1.1.0...HEAD From: NEWS.md Status: 404 Message: Not Found URL: https://github.com/TanguyBarthelemy/IssueTrackeR/releases/tag/v1.0.0 From: NEWS.md Status: 404 Message: Not Found URL: https://github.com/TanguyBarthelemy/TODO From: DESCRIPTION man/IssueTrackeR-package.Rd Status: 404 Message: Not Found URL: https://github.com/TanguyBarthelemy/TODO/issues From: DESCRIPTION man/IssueTrackeR-package.Rd Status: 404 Message: Not Found The Title field should be in title case. Current version is: 'List Things To Do' In title case that is: 'List Things to Do' * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking whether package 'IssueTrackeR' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking for future file timestamps ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking whether startup messages can be suppressed ... OK * checking use of S3 registration ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd line widths ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking examples ... [42s] ERROR Running examples in 'IssueTrackeR-Ex.R' failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: format_labels > ### Title: Format the label in a simpler format > ### Aliases: format_labels > > ### ** Examples > > # With labels > raw_labels <- gh::gh( + repo = "rjdemetra", + owner = "rjdverse", + endpoint = "/repos/:owner/:repo/labels", + .limit = Inf + ) Error in `gh::gh()`: ! 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.) ℹ Read more at Backtrace: ▆ 1. └─gh::gh(...) 2. └─gh:::gh_make_request(req) 3. └─gh:::gh_error(resp, gh_req = x, error_call = error_call) 4. └─cli::cli_abort(...) 5. └─rlang::abort(...) Execution halted Examples with CPU (user + system) or elapsed time > 10s user system elapsed contains 0.20 0.06 13.14 filter_issues 0.14 0.01 11.27 format_issues 0.11 0.04 11.10 * checking for unstated dependencies in 'tests' ... OK * checking tests ... [14s] ERROR Running 'spelling.R' Running 'testthat.R' [13s] 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") # 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 * checking PDF version of manual ... [21s] OK * checking HTML version of manual ... OK * DONE Status: 2 ERRORs, 1 NOTE