-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
26 lines (26 loc) · 1.13 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Package: EIAapi
Type: Package
Title: Query Data from the 'EIA' API
Version: 0.1.2
Authors@R: person(given = "Rami",
family ="Krispin",
email = "[email protected]",
role = c("aut", "cre"))
Maintainer: Rami Krispin <[email protected]>
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
LazyData: true
RoxygenNote: 7.2.1
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