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 Description: Provides a function to query and extract data from the 'US Energy Information Administration' ('EIA') API V2 . 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 . 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 Repository: https://ramikrispin.r-universe.dev Date/Publication: 2025-06-30 06:11:29 UTC RemoteUrl: https://github.com/ramikrispin/eiaapi RemoteRef: HEAD RemoteSha: 766779abf29d27de833bfc6f65ac912c40c9d376 NeedsCompilation: no Packaged: 2026-07-04 07:22:59 UTC; root Author: Rami Krispin [aut, cre]