CRAN Package Check Results for Package tidytuesdayR

Last updated on 2023-12-05 11:52:57 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.2 8.27 71.33 79.60 OK
r-devel-linux-x86_64-debian-gcc 1.0.2 5.96 52.26 58.22 OK
r-devel-linux-x86_64-fedora-clang 1.0.2 94.85 OK
r-devel-linux-x86_64-fedora-gcc 1.0.2 87.41 ERROR
r-devel-windows-x86_64 1.0.2 8.00 75.00 83.00 OK
r-patched-linux-x86_64 1.0.2 5.14 66.70 71.84 OK
r-release-linux-x86_64 1.0.2 4.81 67.14 71.95 OK
r-release-macos-arm64 1.0.2 39.00 OK
r-release-macos-x86_64 1.0.2 53.00 OK
r-release-windows-x86_64 1.0.2 10.00 82.00 92.00 OK
r-oldrel-macos-arm64 1.0.2 38.00 OK
r-oldrel-macos-x86_64 1.0.2 57.00 OK
r-oldrel-windows-x86_64 1.0.2 10.00 85.00 95.00 OK

Check Details

Version: 1.0.2
Check: examples
Result: ERROR Running examples in ‘tidytuesdayR-Ex.R’ failed The error most likely occurred in: > ### Name: Available_Printing > ### Title: Printing Utilities for Listing Available Datasets > ### Aliases: Available_Printing print.tt_dataset_table > ### print.tt_dataset_table_list > > ### ** Examples > > # check to make sure there are requests still available > if(rate_limit_check(quiet = TRUE) > 10){ + + available_datasets_2018 <- tt_datasets(2018) + print(available_datasets_2018) + + all_available_datasets <- tt_available() + print(all_available_datasets) + + } Error in if (TT_GITHUB_ENV$RATE_REMAINING == 0 & !quiet) { : argument is of length zero Calls: rate_limit_check Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc