Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. Lifecycle: experimental CRAN status R build status Codecov test coverage


Disclaimer

This package is a work in progress. Please reach out to the authors before using.

Scope

i2extras adds additional functionality to the incidence2 package.

What does it do?

The main features of the package include:

Installing the package

Once it is released on CRAN, you will be able to install the stable version of the package with:

install.packages("i2extras")

The development version can be installed from GitHub with:

if (!require(remotes)) {
  install.packages("remotes")
}
remotes::install_github("reconhub/i2extras", build_vignettes = TRUE)

Resources

Vignettes

An overview of i2extras is provided in the included vignettes:

Getting help online

Bug reports and feature requests should be posted on github using the issue system. All other questions should be posted on the RECON slack channel see https://www.repidemicsconsortium.org/forum/ for details on how to join.