- Updated
EIAdatafor version 2 of the EIA API. - Removed the
getCatEIAfunction because it is no longer supported by the EIA API. EIAdataonly supports referencing series byseriesid.- If you don't know the Series IDs for the data you want, do the following:
- Go to EIA's Opendata website.
- Go to the "Bulk File Downloads" by scrolling down a bit and looking on the right margin.
- Choose the bulk download for the category that contains the series you want. Foe example if it is a Crude Oil series download the "Petroleum" file.
- After the file downloads unzip it and find the Series ID you want.
- Updated
getEIAandgetCatEIAto use https. This required adding thehttrpackage as an additional dependency.
- Removed
wngsrbecause it was causing trouble in the CRAN checks. It was also not widely used as far as I know. The function is still available in thecontinue_with_wngsrbranch.