Before coming to our workshops, please make sure to do the following:

  • Register online
  • Install the required software on your laptop (see below)
  • Make sure to fully charge your laptop (sometimes outlet availability is low)
  • Read the Code of Conduct

R software installation

Please install these programs before coming to the workshops. If you have issues with installing the programs, please come 15 minutes early to the workshop and we’ll try to help you out. There is also the FAQ available.

(Optionally) install these R packages by copy and pasting this code into the RStudio console (which we can do in the workshop):

install.packages(c('readr', 'dplyr', 'tidyr', 'rmarkdown', 'ggplot2'))