knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

Installing and Loading COVIDCurve

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.

Dependencies

COVIDCurve relies on the Rcpp package, which requires certain OS-specific dependencies:

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)


mrc-ide/COVIDCurve documentation built on June 2, 2021, 7:37 a.m.