Installation
A2Installation.RmdTo install YellowFeverDynamics from GitHub, you will need to install the devtools package. If this is not already installed, run:
install.packages("devtools")With devtools installed, run:
devtools::install_github("mrc-ide/YellowFeverDynamics")To check that the package loads, run:
library(YellowFeverDynamics)TODO - Installation of YFDAux