CRAN Package Check Results for Package tidytuesdayR

Last updated on 2024-08-16 11:49:53 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.3 6.54 59.81 66.35 OK
r-devel-linux-x86_64-debian-gcc 1.0.3 4.57 44.86 49.43 OK
r-devel-linux-x86_64-fedora-clang 1.0.3 102.79 ERROR
r-devel-linux-x86_64-fedora-gcc 1.0.3 102.30 OK
r-devel-windows-x86_64 1.0.3 9.00 75.00 84.00 OK
r-patched-linux-x86_64 1.0.3 6.02 56.21 62.23 OK
r-release-linux-x86_64 1.0.3 6.21 57.73 63.94 OK
r-release-macos-arm64 1.0.3 43.00 OK
r-release-macos-x86_64 1.0.3 57.00 OK
r-release-windows-x86_64 1.0.3 10.00 72.00 82.00 OK
r-oldrel-macos-arm64 1.0.3 47.00 OK
r-oldrel-macos-x86_64 1.0.3 71.00 OK
r-oldrel-windows-x86_64 1.0.3 10.00 85.00 95.00 OK

Check Details

Version: 1.0.3
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) > 30){ + + available_datasets_2018 <- tt_datasets(2018) + print(available_datasets_2018) + + all_available_datasets <- tt_available() + print(all_available_datasets) + + } Error: lexical error: invalid char in json text. <!DOCTYPE html> <!-- Hello (right here) ------^ Execution halted Flavor: r-devel-linux-x86_64-fedora-clang