-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
61 lines (61 loc) · 1.73 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
50
51
52
53
54
55
56
57
58
59
60
61
Package: epikit
Title: Miscellaneous helper tools for epidemiologists
Version: 0.1.4
Authors@R:
c(person(given = "Alexander",
family = "Spina",
email = "[email protected]",
comment = c(ORCID = "0000-0001-8425-1867"),
role = c("aut", "cre")),
person(given = "Zhian N.",
family = "Kamvar",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-1458-7108")),
person(given = "Dirk",
family = "Schumacher",
role = "aut",
email = "[email protected]"),
person(given = "Kate",
family = "Doyle",
role = "ctb"))
Description: Contains tools for formatting inline code, renaming redundant
columns, aggregating age categories, adding survey weights, finding the earliest
date of an event, plotting z-curves, generating population counts and
calculating proportions with confidence intervals. This is part of the
'R4Epis' project <https://r4epis.netlify.com>.
License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
binom,
scales,
dplyr (>= 1.0.2),
rlang,
forcats,
tidyr (>= 1.0.0),
tibble (>= 3.0.0),
glue,
tidyselect,
ggplot2,
sf
Suggests:
testthat (>= 2.1.0),
outbreaks,
epidict,
epitabulate,
covr,
knitr,
magrittr,
rmarkdown
Additional_repositories: https://r4epi.github.io/drat
URL: https://github.com/R4EPI/epikit,
https://r4epis.netlify.com,
https://r4epi.github.io/epikit/
BugReports: https://github.com/R4EPI/epikit/issues
VignetteBuilder: knitr
Config/Needs/check:
R4EPI/epidict
R4EPI/epitabulate