-
Notifications
You must be signed in to change notification settings - Fork 21
/
DESCRIPTION
42 lines (42 loc) · 1 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
Package: fredr
Title: An R Client for the 'FRED' API
Version: 2.1.0.9000
Authors@R:
c(person(given = "Sam",
family = "Boysel",
role = c("aut", "cre"),
email = "sboysel@gmail.com"),
person(given = "Davis",
family = "Vaughan",
role = "aut",
email = "davis@rstudio.com"))
Maintainer: Sam Boysel <sboysel@gmail.com>
Description: An R client for the 'Federal Reserve Economic Data'
('FRED') API <https://research.stlouisfed.org/docs/api/>. Functions
to retrieve economic time series and other data from 'FRED'.
License: MIT + file LICENSE
URL: https://github.com/sboysel/fredr
BugReports: https://github.com/sboysel/fredr/issues
Depends:
R (>= 3.2.2)
Imports:
httr,
jsonlite,
rlang,
tibble
Suggests:
covr,
dplyr,
ggplot2,
knitr,
purrr,
rmarkdown,
testthat,
xts,
zoo
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1