-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathDESCRIPTION
More file actions
36 lines (36 loc) · 880 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
36 lines (36 loc) · 880 Bytes
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
Package: imfr
Type: Package
Title: Download Data from the International Monetary Fund's Data API
Version: 0.2.0.1
Description: Explore and download data from the International Monetary Fund's
data API <http://data.imf.org/>.
Date: 2023-03-27
Authors@R: c(
person("Christopher", "Gandrud", email = "christopher.gandrud@gmail.com",
role = c("aut", "cre")),
person("Christopher", "Smith", email = "chriscarrollsmith@gmail.com",
role = c("aut"))
)
URL: https://github.com/christophergandrud/imfr
BugReports: https://github.com/christophergandrud/imfr/issues
License: GPL (>= 3)
Imports:
dplyr,
httr (>= 1.2.0),
jsonlite,
methods,
purrr,
ratelimitr,
tidyr
LazyData: TRUE
RoxygenNote: 7.2.3
Suggests:
knitr,
rmarkdown,
testthat,
tidyverse,
stringr
Encoding: UTF-8
Depends:
R (>= 3.5.0)
VignetteBuilder: knitr