-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathDESCRIPTION
41 lines (41 loc) · 953 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
41
Type: Package
Package: wbstats
Title: Programmatic Access to Data and Statistics from the World Bank API
Version: 1.0.5.9000
Authors@R:
c(person(given = "Jesse",
family = "Piburn",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4967-7912")),
person(given = "UT-Battelle, LLC",
role = "cph"))
Maintainer: Jesse Piburn <[email protected]>
Description: Search and download data from the World Bank Data API.
License: MIT + file LICENSE
URL: https://github.com/nset-ornl/wbstats
BugReports: https://github.com/nset-ornl/wbstats/issues
Depends:
R (>= 3.2)
Imports:
dplyr,
httr,
jsonlite,
lifecycle,
lubridate,
readr,
rlang,
stringr,
tibble,
tidyr,
magrittr
Suggests:
ggplot2,
knitr,
markdown,
rmarkdown
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: TRUE
RoxygenNote: 7.0.1