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 Description: An R client for the 'Federal Reserve Economic Data' ('FRED') 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 Config/pak/sysreqs: libssl-dev Repository: https://sboysel.r-universe.dev Date/Publication: 2021-08-13 08:47:33 UTC RemoteUrl: https://github.com/sboysel/fredr RemoteRef: HEAD RemoteSha: 968c622eafcb2fbb57cea99db94ec6007604ddcf NeedsCompilation: no Packaged: 2026-06-20 08:31:55 UTC; root Author: Sam Boysel [aut, cre], Davis Vaughan [aut]