Package: EIAapi
Type: Package
Title: Query Data from the 'EIA' API
Version: 0.2.0
Authors@R: person(given = "Rami", 
                    family ="Krispin", 
                    email = "rami.krispin@gmail.com",
                    role = c("aut", "cre"))
Maintainer: Rami Krispin <rami.krispin@gmail.com>
Description: Provides a function to query and extract data from the 'US Energy Information Administration' ('EIA') API V2  <https://www.eia.gov/opendata/>. The 'EIA' API provides a variety of information, in a time series format, about the energy sector in the US. The API is open, free, and requires an access key and registration at <https://www.eia.gov/opendata/>.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
Depends: R (>= 4.1.0)
Imports: data.table (>= 1.14.2), dplyr (>= 1.0.9), jsonlite (>= 1.8.2),
        lubridate (>= 1.8.0)
Suggests: knitr, plotly (>= 4.10.0), rmarkdown
SystemRequirements: The package required the jq command line library.
        Please check https://stedolan.github.io/jq/download/ for
        download instructions.
URL: https://github.com/RamiKrispin/EIAapi
BugReports: https://github.com/RamiKrispin/EIAapi/issues
NeedsCompilation: no
Packaged: 2025-06-30 06:10:49 UTC; root
Author: Rami Krispin [aut, cre]
Repository: CRAN
Date/Publication: 2025-06-30 06:20:02 UTC
Built: R 4.5.1; ; 2025-10-06 02:56:01 UTC; windows
