R Packages
Install R packages with:
install.packages("tidyverse")
Load them for use at runtime with:
library(tidyverse)
Tidyverse is a collection of packages for R which seem to be widely referenced as well written R code (https://www.tidyverse.org/). They're used extensively in the excellent book R for Data Scientists https://r4ds.had.co.nz