Package: incidence2 Type: Package Title: Compute, Handle and Plot Incidence of Dated Events Version: 2.6.4.9000 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. 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.8.0), R (>= 4.1.0) Imports: grDevices, data.table (>= 1.15.0), pillar, utils, stats, tibble, tidyr, dplyr (>= 1.1.0), tidyselect, rlang, vctrs, ympes (>= 1.3.0) RoxygenNote: 7.3.3 Roxygen: list(markdown = TRUE) Suggests: outbreaks, ggplot2, scales, litedown, testthat (>= 3.0.0), ciTools, withr VignetteBuilder: litedown Config/testthat/load-all: list(export_all = FALSE, helpers = FALSE) Config/testthat/edition: 3 Config/testthat/parallel: true Config/testthat/start-first: plot, incidence, bootstrap LazyData: true Remotes: reconverse/grates/pkg Config/pak/sysreqs: libicu-dev Repository: https://reconverse.r-universe.dev Date/Publication: 2026-03-25 17:24:51 UTC RemoteUrl: https://github.com/reconverse/incidence2 RemoteRef: HEAD RemoteSha: 443fd4c0d0ec4d1c4a5a1bb1de8afb22205d59fd RemoteSubdir: pkg NeedsCompilation: no Packaged: 2026-06-23 07:14:05 UTC; root Author: Tim Taylor [aut, cre] (ORCID: ), Thibaut Jombart [ctb] Maintainer: Tim Taylor