Skip to content

tidyverse 2.0.0

CRAN release: 2023-02-22

  • lubridate is now a member of the core tidyverse (#157)!

  • tidyverse now installs ragg (#310).

  • Loading the tidyverse now advertises library(conflicted) because it resolves many conflict problems and silences tidyverse’s automated report (#218).

  • tidyverse_sitrep() correctly displays installed package versions and highlights development versions of pacakges (#222).

tidyverse 1.3.2

CRAN release: 2022-07-18

  • Text version of the citation now lists all authors (#269).

  • All packages have been bumped to their latest versions.

  • Messaging uses modern approach to avoid red text in RStudio (#296).

tidyverse 1.3.1

CRAN release: 2021-04-15

  • tidyverse now installs dtplyr (#216), googledrive, and googlesheets4 (#229). All packages have been bumped to their latest versions.

  • License changed to MIT (#235).

tidyverse 1.3.0

CRAN release: 2019-11-21

tidyverse 1.2.1

CRAN release: 2017-11-14

  • Require modern versions of all packages (#85)

  • Work with RStudio 1.0 and earlier (#88).

tidyverse 1.2.0

CRAN release: 2017-11-07

Changes to tidyverse membership

  • stringr and forcats have been added to the core tidyverse, so they are attached by library(tidyverse).

  • reprex joins the tidyverse to make it easier to create reproducible examples (#47)

Other improvements

  • On attach, tidyverse now makes better use of the horizontal space, printing packages and versions in two columns (#59). It only prints packages that it attaches, not packages that you’ve already attached. Development versions are highlighted in red.

    You can now suppress this startup message by setting options(tidyverse.quiet = TRUE)

  • tidyverse_conflicts() now prints all conflicts that involve at least one tidyverse package; Previously it only omitted any intra-tidyverse conflicts (#26). I’ve also tweaked the display of conflicts to hopefully make it more clear which function is the “winner”.

  • tidyverse_update() now just gives you the code you need to update the packges, since in general it’s not possible to update packages that are already loaded.

  • feather is now actually in suggests.

tidyverse 1.1.1

CRAN release: 2017-01-27

  • Moved feather from Imports to Suggests - feather is part of the tidyverse but it’s installation requirements (C++11 + little-endian) make it painful in many scenarios (#36).

tidyverse 1.1.0

CRAN release: 2017-01-20