-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
55 lines (55 loc) · 1.71 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
Package: epidict
Title: Epidemiology data dictionaries and random data generators
Version: 0.0.0.9001
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 = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1458-7108")),
person(given = "Lukas",
family = "Richter",
role = c("aut")),
person(given = "Patrick",
family = "Keating",
role = c("aut")),
person(given = "Annick",
family = "Lenglet",
role = c("ctb")))
Description: The 'R4EPIs' project <https://R4epis.netlify.com> seeks to provide
a set of standardized tools for analysis of outbreak and survey data in
humanitarian aid settings. This package currently provides standardized data
dictionaries from MSF OCA for four outbreak scenarios (Acute Jaundice
Syndrome, Cholera, Measles, Meningitis) and three surveys (Retrospective
mortality and access to care, Malnutrition, and Vaccination coverage). In
addition, a data generator from these dictionaries is provided.
URL: https://r4epis.netlify.com,
https://github.com/R4EPI/epidict,
https://r4epi.github.io/epidict,
https://r4epi.github.io/epidict/
License: GPL-3
Imports:
tibble,
readxl,
stats,
utils,
dplyr,
tidyr,
rlang
Suggests:
testthat (>= 2.1.0),
matchmaker,
covr,
knitr,
rmarkdown,
DT
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
VignetteBuilder: knitr