#rstats: Is there any write-up about meta-packages, e.g. tidyverse? When/why create them? How does that play out with CRAN? Is there any other convenient approach to group packages for installation and/or coordinated development?
@klmr @ramiro_magno but it's not indiscriminate, the names are specifically designed to be used together interactively, from a modularized ecosystem of packages
don't want them all available? Don't use it ... use package development idioms, here's a bunch of great examples of packages that work together...
As a maintainer I do find it a bit annoying though when a user sends a reprex of an issue and the first line is `library("tidyverse")`.