-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
38 lines (38 loc) · 952 Bytes
/
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
Package: ripc
Title: Download and Tidy IPC and CH Data
Version: 0.3.1
Authors@R:
person(
given = "Seth",
family = "Caldwell",
email = "[email protected]",
role = c("aut", "cre", "cph")
)
Description: Utilities to access Integrated Food Security Phase Classification
(IPC) and Cadre Harmonisé (CH) food security data. Wrapper functions are
available for all of the 'IPC-CH' Public API (<https://docs.api.ipcinfo.org>)
simplified and advanced endpoints to easily download the data in a clean and
tidy format.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
URL: https://github.com/ocha-dap/ripc
BugReports: https://github.com/ocha-dap/ripc/issues
Imports:
countrycode,
dplyr,
httr,
jsonlite,
lifecycle,
lubridate,
purrr,
readr,
rlang,
sf,
stringr,
tidyr
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr