Make sure that you have installed the latest versions of R and RStudio.
In RStudio, install the educer package. This will install all of the tidyverse packages and other resources.
If you encountered any unexpected errors while installing the educer package, copy the following code into the Console, after the prompt >
if (!require(tidyverse)) install.packages("tidyverse")
if (!require(cowplot)) install.packages("cowplot")
Download the data file we will use during the workshop by clicking on the following button and save it in your Desktop or another convenient location.