Package: incidence2
Type: Package
Title: Compute, Handle and Plot Incidence of Dated Events
Version: 0.1.0
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 = c("aut"), email = "thibautjombart@gmail.com"), 
  person("Zhian N.", "Kamvar", role = "aut", email = "zkamvar@gmail.com",
         comment = c(ORCID = "0000-0003-1458-7108")),
  person("Rich", "FitzJohn", role = "aut", email = "rich.fitzjohn@gmail.com"), 
  person("Jun", "Cai", role = "ctb", email = "cai-j12@mails.tsinghua.edu.cn", 
         comment = c(ORCID = "0000-0001-9495-1226")), 
  person("Sangeeta", "Bhatia", role = "ctb", email = "sangeetabhatia03@gmail.com"),
  person("Jakob", "Schumacher", role = "ctb"),
  person("Juliet R.C.", "Pulliam", role = "ctb", email = "pulliam@sun.ac.za",
         comment = c(ORCID = "0000-0003-3314-8223"))
  )
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.
Encoding: UTF-8
License: MIT + file LICENSE
URL: https://github.com/reconhub/incidence2
BugReports: https://github.com/reconhub/incidence2/issues
RoxygenNote: 7.1.1
Imports: ggplot2, aweek (>= 0.2.0), rlang, dplyr (>= 1.0.0), tibble,
        ellipsis, vctrs, magrittr, pillar
Suggests: outbreaks, testthat, knitr, rmarkdown, covr
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-08-27 07:22:47 UTC; tim
Author: Tim Taylor [aut, cre] (<https://orcid.org/0000-0002-8587-7113>),
  Thibaut Jombart [aut],
  Zhian N. Kamvar [aut] (<https://orcid.org/0000-0003-1458-7108>),
  Rich FitzJohn [aut],
  Jun Cai [ctb] (<https://orcid.org/0000-0001-9495-1226>),
  Sangeeta Bhatia [ctb],
  Jakob Schumacher [ctb],
  Juliet R.C. Pulliam [ctb] (<https://orcid.org/0000-0003-3314-8223>)
Maintainer: Tim Taylor <tim.taylor@hiddenelephants.co.uk>
Repository: CRAN
Date/Publication: 2020-09-07 12:40:15 UTC
