forked from galalH/hcrdata
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
40 lines (40 loc) · 908 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
39
40
Package: hcrdata
Type: Package
Title: Uniform Interface to UNHCR Data
Version: 0.1.0
Maintainer: Hisham Galal <[email protected]>
Authors@R:
c(person(given = "Hisham",
family ="Galal",
email = "[email protected]",
role = c("aut", "cre")),
person(given = "Edouard",
family = "Legoupil",
role = "ctb",
email = "[email protected]"))
Description: This addin is designed to conveniently wrappe calls for data API to be used by UNHCR analyst
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports:
httr,
jsonlite,
magrittr,
purrr,
tibble,
fs,
dplyr,
tidyr,
stringr,
rvest,
rappdirs,
readr,
shiny,
shinyjs,
miniUI,
rstudioapi,
glue,
here
URL: https://github.com/UNHCR-WEB/hcrdata
BugReports: https://github.com/UNHCR-WEB/hcrdata/issues