To follow along with the workshop please follow these pre-installation instructions
- Install R from https://cran.r-project.org/
- RStudio desktop from https://www.rstudio.com
Install the following R packages from CRAN in the usual way:
install.packages(c("tidyverse", "repurrrsive", "broom", "modelr"))