Download Latest Version tidyverse 2.0.0 source code.tar.gz (500.1 kB)
Email in envelope

Get an email when there's a new version of tidyverse

Home / v1.3.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2019-11-20 1.2 kB
tidyverse 1.3.0 source code.tar.gz 2019-11-20 523.6 kB
tidyverse 1.3.0 source code.zip 2019-11-20 545.7 kB
Totals: 3 Items   1.1 MB 0
  • The tidyverse now has an associated paper at the Journal of Open Source Software that you can use to cite the tidyverse if you use it in a paper - see citation("tidyverse") for details.

  • Eliminate repeats in the package list when loading an odd number of
    packages (#94, [#100], @dchiu911)

  • Packages attached from same library they were initially loaded from
    (#171, @gabrocsardi)

  • If conflicted package is loaded, omit display of conflicts.
    This includes fix to tidyverse_conflicts() to avoid accidentally triggering conflited shims (#136).

  • tidyverse_deps() now succeeds even if a dependency of a depedency
    is missing (#152, @PoGibas). It no longer includes dependencies that are needed by the tidyverse package but are not strictly part of the tidyverse (i.e. cli, crayon, and rstudioapi).

  • tidyverse_deps() and tidyverse_update() gain a new repos argument that gets passed to the base function available.packages() (@zkamvar, [#82])

  • tidyverse_packages() corrently returns packages names (#93, [#106], @coatless)

  • tidyverse_sitrep() gives you a situtation report on your install of
    the tidyverse (#203)

Source: README.md, updated 2019-11-20