Skip to the content.

In preparation for the course please install the following, preferably in the below suggested order. Remember you will need your own personal computer with administrator access for the duration of the course and a good internet connection.

As this module will be delivered online please install Zoom and Slack to access the videos and interactive components of the course. All the Zoom links to the meeting will be posted to the Slack #zoom-links-and-recordings channel.

Step 1

Install the following using the corresponding links

Step 2

The tidyverse package is the main one we need so install that first:

install.packages('tidyverse')

The rest of the tools we need are optional packages that you will only need if you want to run ALL of the course code:

install.packages(c(
  "palmerpenguins", "datasauRus", "patchwork", 
  "GGally", "corrplot", "hexbin", "maps", 
  "ggmap", "ggspatial", "leaflet", "dygraphs",
  "ggfortify", "plotly", "ggiraph", "shiny", 
  "gganimate", "animation", "tidymodels", "iml", 
  "DALEX", "ranger", "DALEXtra"
))

Troubleshooting

If you run into any problems please drop me a line on Slack.