-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
35 lines (35 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
Package: rgho
Title: Access WHO Global Health Observatory Data from R
Version: 3.0.2.9000
Authors@R: c(
person("Kevin", "Zarca", email = "[email protected]", role = c("aut", "cre")),
person("Antoine", "Filipovic-Pierucci", role = "aut"),
person("Assistance Publique - Hôpitaux de Paris", role = "cph")
)
Description: Access WHO Global Health Observatory
(<https://www.who.int/data/gho/>)
data from R via the `OData` API
(<https://www.who.int/data/gho/info/gho-odata-api>),
an application program interface providing
a simple query interface to the World
Health Organization's data and statistics content.
License: GPL (>= 3)
LazyData: TRUE
Depends: R (>= 3.6.0)
Imports: curl (>= 4.3.0),
dplyr (>= 1.0.0),
httr (>= 1.4.0),
magrittr (>= 2.0.0),
tibble (>= 3.0.0),
tidyr (>= 1.2.0),
rlang (>= 1.0.0),
ODataQuery (>= 0.5.3),
lifecycle (>= 1.0.0)
Suggests: testthat,
knitr,
rmarkdown
VignetteBuilder: knitr
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
BugReports: https://github.com/aphp/rgho/issues
Encoding: UTF-8