1.1 First time installing
You will need install RStudio on your machine. RStudio can be installed through the Company Portal if you are using a university owned computer.
Once installed, open it and in the RStudio Consol run the following commands
install.packages(“devtools”)
library(devtools)
install_github(“BathMASH/ClavertonDown”)
If you get an error message that certain packages are missing, run the command install.packages(“[package name]”). Depending on your computer, you may need to replace the double speech mark by a single quotation mark.