Workshop Prerequisites

Before the workshop, please install the R programming language in your machine. An IDE such as RStudio is recommended but not necessary.

The workshop will make use of the following packages for computations: samplr, abc; and these packages for plotting purposes: tidyverse, patchwork. You can install them by running:

install.packages(c("samplr", "abc", "tidyverse", "patchwork"))

on your R console.

If you have issues installing these, please email Lucas Castillo (lucas.castillo@warwick.ac.uk).