FredHutch / VISCtemplates

Tools for writing reproducible reports at VISC
Other
6 stars 2 forks source link

Remove dependency on full tidyverse #213

Closed slager closed 1 month ago

slager commented 1 month ago

Removing tidyverse from dependencies per best practices.

From: https://cran.r-project.org/web/packages/tidyverse/vignettes/paper.html

The tidyverse package is designed with an eye for teaching: install.packages("tidyverse") gets you a “batteries-included” set of 87 packages (at time of writing). This large set of dependencies means that it is not appropriate to use the tidyverse package within another package; instead, we recommend that package authors import only the specific packages that they use.

slager commented 1 month ago

With this PR:

Before this makes its way into main

After this makes its way into main