-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
330e5df
commit d5e6cbc
Showing
2 changed files
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Package: EIAdata | ||
Type: Package | ||
Title: R Wrapper for the Energy Information Administration (EIA) API | ||
Version: 0.1.2 | ||
Date: 2022-01-10 | ||
Version: 0.1.3 | ||
Date: 2022-02-13 | ||
Author: Matthew Brigida and others (see GitHub) | ||
Maintainer: Matthew Brigida <[email protected]> | ||
URL: https://github.com/Matt-Brigida/EIAdata | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# EIAdata 0.1.3 | ||
|
||
- Updated `getEIA` and `getCatEIA` to use https. This required adding the `httr` package as an additional dependency. | ||
|
||
# EIAdata 0.1.2 | ||
|
||
- Removed `wngsr` because 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 the `continue_with_wngsr` branch. |