-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
53 lines (53 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
42
43
44
45
46
47
48
49
50
51
52
53
Package: epishiny
Title: Tools for interactive visualisation of epidemiological data
Version: 0.0.0.9000
Authors@R:
person(given = "Paul",
family = "Cambpell",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1018-6606"))
Description: Time, place and person analysis using the R shiny web-framework.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
cli,
shiny (>= 1.5.0),
bslib (>= 0.5.1),
bsicons,
htmlwidgets,
shinyWidgets,
shinyjs,
waiter,
rlang,
magrittr,
tibble,
dplyr,
tidyr,
purrr,
stringr,
forcats,
scales,
glue,
lubridate,
highcharter,
gt,
gtsummary,
sf,
leaflet,
leaflet.minicharts,
chromote,
webshot2
Depends:
R (>= 2.10)
URL: https://github.com/epicentre-msf/epishiny, https://epicentre-msf.github.io/epishiny/
BugReports: https://github.com/epicentre-msf/epishiny/issues
Suggests:
knitr,
rmarkdown,
rnaturalearth,
readr
VignetteBuilder: knitr