To run the notebooks interactively, as they were intended, you will need to install R and Rstudio:
R dependencies The notebooks depend on the following R packages.
tidyr
dplyr
ggplot2
The simplest route to install all these is to install the complete "tidyverse": install.packages("tidyverse")