Last updated on 2025-09-11 15:49:41 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2.1 | 3.62 | 49.57 | 53.19 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.2.1 | 3.03 | 37.36 | 40.39 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.2.1 | 91.97 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.2.1 | 98.29 | OK | |||
r-devel-windows-x86_64 | 1.2.1 | 7.00 | 96.00 | 103.00 | OK | |
r-patched-linux-x86_64 | 1.2.1 | 3.43 | 47.10 | 50.53 | OK | |
r-release-linux-x86_64 | 1.2.1 | 3.08 | 47.06 | 50.14 | OK | |
r-release-macos-arm64 | 1.2.1 | 35.00 | OK | |||
r-release-macos-x86_64 | 1.2.1 | 105.00 | OK | |||
r-release-windows-x86_64 | 1.2.1 | 7.00 | 93.00 | 100.00 | ERROR | |
r-oldrel-macos-arm64 | 1.2.1 | 39.00 | OK | |||
r-oldrel-macos-x86_64 | 1.2.1 | 73.00 | OK | |||
r-oldrel-windows-x86_64 | 1.2.1 | 8.00 | 101.00 | 109.00 | OK |
Version: 1.2.1
Check: tests
Result: ERROR
Running 'testthat.R' [34s]
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(tidytuesdayR)
>
> test_check("tidytuesdayR")
[ FAIL 1 | WARN 0 | SKIP 15 | PASS 176 ]
══ Skipped tests (15) ══════════════════════════════════════════════════════════
• On CRAN (15): 'test-tt_available.R:21:3', 'test-tt_available.R:60:3',
'test-tt_clean.R:7:3', 'test-tt_intro.R:7:3', 'test-tt_load.R:24:3',
'test-tt_load_gh.R:198:3', 'test-tt_meta.R:21:3', 'test-tt_meta.R:25:3',
'test-tt_meta.R:34:3', 'test-tt_meta.R:58:3', 'test-tt_save_dataset.R:8:3',
'test-tt_submit.R:16:3', 'test-tt_submit.R:25:3', 'test-tt_submit.R:34:3',
'test-tt_submit.R:49:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-tt_submit.R:92:9'): tt_submit informs about the PR url ─────────
<github_error/http_error_403/rlang_error/error/condition>
Error in `gh::gh("/repos/{repo}/pulls", head = glue::glue("{user}:{branch}"),
repo = repo, state = "open")`: 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 <https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting>
Backtrace:
▆
1. ├─testthat::expect_message(...) at test-tt_submit.R:89:3
2. │ └─testthat:::expect_condition_matching(...)
3. │ └─testthat:::quasi_capture(...)
4. │ ├─testthat (local) .capture(...)
5. │ │ └─base::withCallingHandlers(...)
6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
7. ├─testthat::expect_invisible(...) at test-tt_submit.R:91:7
8. │ └─base::withVisible(call)
9. └─tidytuesdayR::tt_submit(...) at test-tt_submit.R:92:9
10. └─gh::gh(...)
11. └─gh:::gh_make_request(req)
12. └─gh:::gh_error(resp, gh_req = x, error_call = error_call)
13. └─cli::cli_abort(...)
14. └─rlang::abort(...)
[ FAIL 1 | WARN 0 | SKIP 15 | PASS 176 ]
Deleting unused snapshots:
• tt_clean/cleaning.R
• tt_intro/intro.md
• tt_meta/meta.yaml
• tt_save_dataset/mtcars.csv
• tt_save_dataset/mtcars.md
Error: Test failures
Execution halted
Flavor: r-release-windows-x86_64