Releases: dslc-io/tidytuesdayR
Releases · dslc-io/tidytuesdayR
tidytuesdayR 1.2.1
- [tests] No user-facing changes.
tidytuesdayR 1.2.0
- [feature] Added functions
tt_clean()
,tt_save_dataset()
,tt_intro()
,tt_meta()
, andtt_submit()
for curation and submission of datasets for use in TidyTuesday. Seevignette("curating", package = "tidytuesdayR")
for details. (#117, #118, #120, #121, #123, #124, #130) - [feature] Added function
tt_curate_data()
with step-by-step script for curation and submission of datasets as described invignette("curating", package = "tidytuesdayR")
. (#128) - [bug fix]
use_tidytemplate()
now explicitly takes anignore
argument, rather than passing (almost entirely overruled)...
through tousethis::use_template()
. (#76, #113) - [bug fix] Attempting to load data for particularly strange, early weeks (2018 weeks 7 and 8) now errors more informatively. (#90, #113)
- [maintenance] The
Language
of this package is officially declared in the DESCRIPTION as "en-US". (#114) - [maintenance] The {usethis} package is now Suggested, rather than Imported, since it is not necssary for the core functionality of this package. (#117)
- [maintenance] We now support versions of R >=
4.1.0
. (#126)
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.