installation.RmdCOVIDCurve
To install this package, you will need to first install the remotes package and then run the following command:
remotes::install_github("mrc-ide/COVIDCurve")Installation times should take approximately 30 seconds - 2 minutes depending on dependency needs.
COVIDCurve relies on the Rcpp package, which requires certain OS-specific dependencies:
sudo apt-get install r-base-dev texlive-full
In addition, COVIDCurve uses the drjacoby package for MCMC framework. Please see the drjacoby site for further details.
If you have any problems installing then please raise an issue on github.
Additional R-package dependencies are listed in the DESCRIPTION file.
Assuming everything installed correctly, you can now load the package:
library(COVIDCurve)