Skip to content

Releases: dslc-io/tidytuesdayR

tidytuesdayR 1.2.1

30 Apr 10:01
2221a21
Compare
Choose a tag to compare
  • [tests] No user-facing changes.

tidytuesdayR 1.2.0

28 Apr 13:32
a4f2a54
Compare
Choose a tag to compare
  • [feature] Added functions tt_clean(), tt_save_dataset(), tt_intro(), tt_meta(), and tt_submit() for curation and submission of datasets for use in TidyTuesday. See vignette("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 in vignette("curating", package = "tidytuesdayR"). (#128)
  • [bug fix] use_tidytemplate() now explicitly takes an ignore argument, rather than passing (almost entirely overruled) ... through to usethis::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

09 Sep 13:27
Compare
Choose a tag to compare
  • [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

10 Jul 06:00
Compare
Choose a tag to compare

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

26 Jun 16:29
Compare
Choose a tag to compare

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.