Package: fredr
Title: An R Client for the 'FRED' API
Version: 1.0.0
Authors@R: c(
    person("Sam", "Boysel", email = "sboysel@gmail.com", role = c("aut", "cre")),
    person("Davis", "Vaughan", email = "dvaughan@business-science.io", role = c("aut"))
  )
Maintainer: Sam Boysel <sboysel@gmail.com>
Description: An R client for the 'Federal Reserve Economic Data' ('FRED') API
  <https://api.stlouisfed.org>.  Functions to retrieve economic time series and 
  other data from 'FRED'.
URL: https://github.com/sboysel/fredr
BugReports: https://github.com/sboysel/fredr/issues
Depends: R (>= 3.2.2)
Imports: httr, jsonlite, tibble, rlang
Suggests: covr, dplyr, ggplot2, knitr, purrr, rmarkdown, testthat, zoo,
        xts
License: MIT + file LICENSE
LazyData: true
RoxygenNote: 6.0.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2018-07-23 01:57:40 UTC; sboysel
Author: Sam Boysel [aut, cre],
  Davis Vaughan [aut]
Repository: CRAN
Date/Publication: 2018-07-28 15:20:03 UTC
