Materials & Requirements
R and RStudio must be installed for the bootcamp - you can follow the instructions below - Install R - Install RStudio
The tidyverse
, rtools
, and nnet
packages are required for multiple practicals and can be installed with:
install.packages(c("tidyverse","rtools,"nnet"))
You will also require access to the git software on your system. If you do not have git installed, you can do so from the following link:
You will also need a GitHub account.