-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1.03 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
Package: epivis
Title: Tools for visualising epidemiological data
Version: 0.0.0.9000
Authors@R:
c(person(given = "Paul",
family = "Campbell",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1018-6606")),
person(given = "Hugo",
family = "Soubrier",
role = c("aut"),
email = "[email protected]"))
Description: Static visualisation of patient level linelist data.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
LazyData: true
Imports:
cli,
rlang,
ggplot2,
dplyr,
purrr,
tidyr,
stringr,
magrittr,
scales,
glue,
gt,
ggthemes,
lubridate,
classInt,
aweek
RoxygenNote: 7.2.3
Suggests:
knitr,
rmarkdown,
outbreaks,
forcats,
hrbrthemes
VignetteBuilder: knitr
URL: https://github.com/epicentre-msf/epivis
BugReports: https://github.com/epicentre-msf/epivis/issues
Depends:
R (>= 2.10)