Package: incidence2
Type: Package
Title: Compute, Handle and Plot Incidence of Dated Events
Version: 2.2.3
Authors@R: c(
    person("Tim", "Taylor", role = c("aut", "cre"), email = "tim.taylor@hiddenelephants.co.uk",
           comment = c(ORCID = "0000-0002-8587-7113")),
    person("Thibaut", "Jombart", role = "ctb", email = "thibautjombart@gmail.com")
    )   
Description: Provides functions and classes to compute, handle and visualise 
  incidence from dated events for a defined time interval. Dates can be 
  provided in various standard formats. The class 'incidence2' is used to store
  computed incidence and can be easily manipulated, subsetted, and plotted.
  This package is part of the RECON (<https://www.repidemicsconsortium.org/>) 
  toolkit for outbreak analysis (<https://www.reconverse.org>).
Encoding: UTF-8
License: MIT + file LICENSE
URL: https://www.reconverse.org/incidence2/,
        https://github.com/reconverse/incidence2
BugReports: https://github.com/reconverse/incidence2/issues
Depends: grates (>= 1.0.0), R (>= 3.5.0)
Imports: grDevices, data.table, pillar, utils
RoxygenNote: 7.2.3
Suggests: outbreaks, dplyr, ggplot2, scales, knitr, rmarkdown, rlang,
        clock, testthat (>= 3.0.0), tibble
VignetteBuilder: knitr
Config/testthat/edition: 3
LazyData: true
NeedsCompilation: no
Packaged: 2023-12-05 12:16:32 UTC; tim
Author: Tim Taylor [aut, cre] (<https://orcid.org/0000-0002-8587-7113>),
  Thibaut Jombart [ctb]
Maintainer: Tim Taylor <tim.taylor@hiddenelephants.co.uk>
Repository: CRAN
Date/Publication: 2023-12-05 13:30:02 UTC
