R packages are pre-written collections of code hosted in a central repository known as CRAN

Copy and paste the block below into your R consolel to install a few of the packages we will be using in class

## Install these packages
install.packages(c("tinytex", "dplyr", "ggplot2", "stringr", "rmarkdown", "knitr"))

## Install local tex
tinytex::install_tinytex()