To follow along with the workshop you will need a laptop with the following software:
- Install R from https://cran.r-project.org/
- RStudio Desktop from https://www.rstudio.com
- Download the Scripts from this repository
Install the following R packages from CRAN in the usual way:
install.packages(c("digest", "doParallel", "dplyr", "foreach", "microbenchmark", "profvis"))