Package: eia
Title: API Wrapper for 'US Energy Information Administration' Open Data
Version: 0.3.7
Authors@R: person("Matthew", "Leonawicz", email = "mfleonawicz@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-9452-2771"))
Description: Provides API access to data from the 'US Energy Information Administration' ('EIA') <https://www.eia.gov/>. 
    Use of the API requires a free API key obtainable at <https://www.eia.gov/opendata/register.php>.
    The package includes functions for searching 'EIA' data categories and importing time series and geoset time series datasets. 
    Datasets returned by these functions are provided in a tidy format or alternatively in more raw form. 
    It also offers helper functions for working with 'EIA' date strings and time formats and for inspecting different summaries of series metadata.
    The package also provides control over API key storage and caching of API request results. 
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://docs.ropensci.org/eia/ (website)
        https://github.com/ropensci/eia
BugReports: https://github.com/ropensci/eia/issues
Imports: tibble, magrittr, httr, jsonlite, dplyr, purrr, memoise,
        lubridate, readxl
Suggests: testthat, knitr, rmarkdown, covr, tidyr, ggplot2
VignetteBuilder: knitr
Language: en-US
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-02-20 16:12:29 UTC; Matt
Author: Matthew Leonawicz [aut, cre] (<https://orcid.org/0000-0001-9452-2771>)
Maintainer: Matthew Leonawicz <mfleonawicz@gmail.com>
Repository: CRAN
Date/Publication: 2021-02-20 23:00:05 UTC
Built: R 4.1.3; ; 2023-04-17 18:30:39 UTC; windows
