-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1.04 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: heat
Type: Package
Title: WHO HEAT Application
Version: 3.1.1
Authors@R: c(
person("Ahmadreza", "Hosseinpoor", role = c("aut", "ctb")),
person("Anne", "Schlotheuber", role = c("aut", "ctb")),
person("Zev", "Ross", role = c("aut", "cre"), email = "[email protected]"),
person("Nate", "Teetor", role = "ctb", email = "[email protected]"),
person(family = "World Health Organization", role = "cph")
)
Description: An application to explore and compare within-country health
inequalities across settings.
License: GPL-2 | file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
Roxygen: list(markdown = TRUE)
Remotes:
WHOequity/HEAT-Data-development@master,
WHOequity/HEAT-Measures-development@master,
nteetor/highcharter
Imports:
shiny,
yonder,
htmltools,
highcharter,
dplyr,
tidyr,
purrr,
glue,
viridisLite,
DT,
waiter,
fs,
pkgload,
heatdata,
heatmeasures,
readr,
shinyvalidate,
shinyWidgets,
arrow
Depends:
yonder
Suggests:
cli