Skip to content

reconverse/incidence2

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
June 13, 2023 09:57
man
September 20, 2023 10:59
January 24, 2023 15:02
January 24, 2023 15:02
September 20, 2023 10:59
August 27, 2020 07:55
August 27, 2020 07:55
June 9, 2023 14:11
January 25, 2023 12:35
March 17, 2023 14:13
March 17, 2023 14:13
February 17, 2023 10:04
January 24, 2023 15:02

CRAN status Codecov test coverage R-CMD-check

incidence2

{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.

Installing the package

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:

remotes::install_github("reconverse/incidence2", build_vignettes = TRUE)

Vignettes

An overview of {incidence2} is provided in the vignette distributed with the package:

  • vignette("incidence2", package = "incidence2")