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 latest release of incidence2 from CRAN with:
install.packages("incidence2")
A detailed introduction to incidence2 can be found in the included vignette
vignette("incidence2", package = "incidence2")