-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.44 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Package: incidence2
Type: Package
Title: Compute, Handle and Plot Incidence of Dated Events
Version: 2.6.0.9000
Authors@R: c(
person("Tim", "Taylor", role = c("aut", "cre"), email = "[email protected]",
comment = c(ORCID = "0000-0002-8587-7113")),
person("Thibaut", "Jombart", role = "ctb", email = "[email protected]")
)
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.3.0),
R (>= 4.1.0)
Imports:
grDevices,
data.table,
pillar,
utils,
stats,
tibble,
tidyr,
dplyr (>= 1.1.0),
tidyselect,
rlang,
vctrs,
ympes (>= 1.3.0)
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Suggests:
outbreaks,
ggplot2,
scales,
knitr,
markdown,
testthat (>= 3.0.0),
ciTools,
withr
VignetteBuilder: knitr
Config/testthat/edition: 3
LazyData: true