{incidence2} is an R package that implements functions and classes to compute, handle and visualise incidence from linelist data. It refocusses the scope of the original {incidence} package. Unlike the original package, {incidence2} concentrates only on the initial calculation, manipulation and plotting of the resultant incidence objects.
You can install the released version of {incidence2} from CRAN with:
install.packages("incidence2")
The development version of {incidence2} can be installed from GitHub with:
::install_github("reconverse/incidence2", build_vignettes = TRUE) remotes
An overview of {incidence2} is provided in the vignette distributed with the package:
vignette("incidence2", package = "incidence2")