Package: fredr
Title: An R Client for the 'FRED' API
Version: 2.1.0
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
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-01-29 14:39:34 UTC; davis
Author: Sam Boysel [aut, cre],
  Davis Vaughan [aut]
Repository: CRAN
Date/Publication: 2021-01-29 18:10:02 UTC
Built: R 4.2.0; ; 2022-03-22 14:53:39 UTC; unix
