-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
28 lines (28 loc) · 974 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
Package: worldbank
Title: Client for World Banks's 'Indicators' and 'Poverty and Inequality
Platform (PIP)' APIs
Version: 0.4.0.9000
Authors@R:
person("Maximilian", "Mücke", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0009-0000-9432-9795"))
Description: Download and search data from the 'World Bank Indicators
API', which provides access to nearly 16,000 time series indicators.
See
<https://datahelpdesk.worldbank.org/knowledgebase/articles/889392-about-the-indicators-api-documentation>
for further details about the API.
License: MIT + file LICENSE
URL: https://m-muecke.github.io/worldbank/,
https://github.com/m-muecke/worldbank
BugReports: https://github.com/m-muecke/worldbank/issues
Depends:
R (>= 4.1.0)
Imports:
httr2 (>= 1.0.4)
Suggests:
ggplot2,
scales,
testthat (>= 3.2.0)
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2