Releases: dslc-io/tidytuesdayR
Releases · dslc-io/tidytuesdayR
tidytuesdayR 1.1.2
- [maintenance] tidytuesdayR now uses the {gh} package to manage all interactions with the GitHub API. This should make the package more stable and easier to maintain. (@jonthegeek, #78)
- [maintenance] tidytuesdayR is now maintained by the Data Science Learning Community.
v1.0.1 - The Reporter
This release addresses a bug identified by CRAN's check that unicode's might not get parsed correctly if the locale is non-utf-8 friendly.
Additionally, the function use_tidytemplate()
was added. This function generates an Rmd template for the user to get started with analyzing and visualizing their TidyTuesday data!
V1.0.0 - Canvassing
This is the first version of the package that was released to CRAN.
This release has several key updates, including error handling for the github api on which it relies, and returning messages when there is no internet connection.