-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
executable file
·52 lines (52 loc) · 1.38 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
Package: ridl
Title: A Client for the UNHCR RIDL Platform API
Description: Client for the UNHCR RIDL Platform API
<https://ridl.unhcr.org>. Allows to search and download ridl datasets into R.
Version: 3.2.2.9001
Authors@R: c(person(given = "Ahmadou",
family = "Dicko",
email = "[email protected]",
role = c("aut", "cre")),
person(given = "Federico",
family = "Sanson",
email = "[email protected]",
role = "ctb"),
person(given = "Hisham",
family = "Galal",
email = "[email protected]",
role = "ctb"),
person("UNHCR",
role = "cph"))
License: MIT + file LICENSE
LazyData: TRUE
URL: https://gitlab.com/dickoa/ridl
BugReports: https://gitlab.com/dickoa/ridl/issues
Depends:
R (>= 4.1)
Imports:
crul (>= 1.1),
jsonlite (>= 1.7.3),
readr (>= 2.1.2),
readxl (>= 1.3.1),
haven (>= 2.4.3),
memoise (>= 2.0.1),
cachem (>= 1.0.6),
hoardr (>= 0.5.2),
tibble (>= 3.1.6),
logger (>= 0.2.2),
lifecycle (>= 1.0.3)
Suggests:
roxygen2 (>= 7.1.2),
knitr (>= 1.37),
rmarkdown (>= 2.11),
testthat (>= 3.1.2),
covr (>= 3.5.1),
webmockr (>= 0.8.0),
vcr (>= 1.0.2)
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Encoding: UTF-8
Language: en-US
VignetteBuilder: knitr
Config/Needs/website:
vidonne/unhcrtemplate