-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.13 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
Package: i2extras
Type: Package
Title: Functions to Work with 'incidence2' Objects
Version: 0.2.1.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 = c("aut"), email = "[email protected]")
)
Description: Provides functions to work with 'incidence2' objects, including a
simplified interface for trend fitting and peak estimation. This package is
part of the RECON (<https://www.repidemicsconsortium.org/>) toolkit for
outbreak analysis (<https://www.reconverse.org/).
URL: https://www.reconverse.org/i2extras/, https://github.com/reconverse/i2extras/
BugReports: https://github.com/reconverse/i2extras/issues
Encoding: UTF-8
License: MIT + file LICENSE
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
incidence2 (>= 2.0.0),
Imports:
utils,
stats,
MASS,
ciTools,
dplyr,
tibble,
rlang,
tidyr,
vctrs,
ggplot2,
data.table,
tidyselect
Suggests:
testthat,
outbreaks,
knitr,
rmarkdown,
covr
VignetteBuilder: knitr