-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
72 lines (72 loc) · 1.71 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Package: pipr
Title: Client for the Poverty and Inequality Platform ('PIP') API
Version: 1.1.0
Authors@R:
c(person(given = "Tony",
family = "Fujs",
role = c("aut", "cre"),
email = "tonyfujs@gmail.com"),
person(given = "Aleksander",
family = "Eilertsen",
role = "aut",
email = "aeilertsen@worldbank.org"),
person(given = "Ronak",
family = "Shah",
role = "aut",
email = "shahronak47@yahoo.in"),
person(given = "R.Andrés",
family = "Castañeda",
role = "aut",
email = "acastanedaa@worldbank.org"),
person(given = "Giorgia",
family = "Cecchinato",
role = "aut",
email = "gcecchinato@worldbank.org"),
person(given = "World Bank",
role = "cph")
)
Description: An interface to compute poverty and inequality
indicators for more than 160 countries and regions from the World
Bank's database of household surveys.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
URL: https://worldbank.github.io/pipr/,
https://github.com/worldbank/pipr,
<https://pip.worldbank.org/api>
BugReports: https://github.com/worldbank/pipr/issues
Suggests:
covr,
testthat (>= 3.0.0),
spelling,
knitr,
rmarkdown,
markdown,
callr,
ggplot2,
tidyr,
ggthemes,
forcats,
scales,
dplyr,
readr
Language: en-US
Imports:
arrow,
attempt,
curl,
jsonlite,
tibble,
purrr,
cli,
rlang,
utils,
httr2,
stringr,
vroom
Depends:
R (>= 4.1.0)
Config/testthat/edition: 3
Date: 2023-04-28