Package: blsR
Title: Make Requests from the Bureau of Labor Statistics API
Version: 0.5.0
Authors@R: 
    person(given = "Guillermo",
           family = "Roditi Dominguez",
           role = c("aut", "cre"),
           email = "guillermo@newriverinvestments.com",
           comment = c(ORCID = "0000-0002-7127-8742"))
Description: Implements v2 of the B.L.S. API for requests of survey information
  and time series data through 3-tiered API that allows users to interact with
  the raw API directly, create queries through a functional interface, and
  re-shape the data structures returned to fit common uses. The API definition 
  is located at: <https://www.bls.gov/developers/api_signature_v2.htm>.
License: MIT + file LICENSE
URL: https://github.com/groditi/blsR
BugReports: https://github.com/groditi/blsR/issues
Encoding: UTF-8
RoxygenNote: 7.2.3
Imports: dplyr, httr, purrr, rlang, readr, stringr
Suggests: testthat (>= 3.0.0), stringi, zoo, jsonlite
Config/testthat/edition: 3
Depends: R (>= 3.4)
NeedsCompilation: no
Packaged: 2023-07-05 03:21:52 UTC; guill
Author: Guillermo Roditi Dominguez [aut, cre]
    (<https://orcid.org/0000-0002-7127-8742>)
Maintainer: Guillermo Roditi Dominguez <guillermo@newriverinvestments.com>
Repository: CRAN
Date/Publication: 2023-07-05 04:33:14 UTC
Built: R 4.3.0; ; 2023-07-05 05:30:22 UTC; unix
