Package: eia
Title: API Wrapper for U.S. Energy Information Administration ('EIA')
Open Data
Version: 0.4.2
Authors@R:
c(person(
given = "Matthew",
family = "Leonawicz",
role = "aut",
comment = c(ORCID = "0000-0001-9452-2771")
),
person(
given = "Matthew",
family = "Hoff",
role = c("aut", "cre"),
email = "matthew.g.hoff@gmail.com"
)
)
Description: Provides API access to data from the U.S. Energy
Information Administration ('EIA') . Use
of the EIA's API and this package requires a free API key
obtainable at . This
package includes functions for searching the EIA data directory
and returning time series and geoset time series datasets.
Datasets returned by these functions are provided by default in
a tidy format, or alternatively, in more raw formats. 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
URL: https://docs.ropensci.org/eia/, https://github.com/ropensci/eia
BugReports: https://github.com/ropensci/eia/issues
Imports: tibble, httr, jsonlite, memoise, lubridate
Suggests: testthat (>= 3.0.0), knitr, covr, rmarkdown, dplyr, tidyr,
ggplot2, spelling
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Config/pak/sysreqs: libssl-dev
Repository: https://ropensci.r-universe.dev
Date/Publication: 2024-07-19 21:54:03 UTC
RemoteUrl: https://github.com/ropensci/eia
RemoteRef: master
RemoteSha: 3c98e83381695f47fcbf2c7afc678d9372570660
NeedsCompilation: no
Packaged: 2026-07-01 08:26:43 UTC; root
Author: Matthew Leonawicz [aut] (ORCID:
),
Matthew Hoff [aut, cre]
Maintainer: Matthew Hoff
Depends: R (>= 4.1.0)