Name | Modified | Size | Downloads / 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 totidyverse_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()
andtidyverse_update()
gain a newrepos
argument that gets passed to the base functionavailable.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)