diff --git a/DESCRIPTION b/DESCRIPTION index cf83915..b20cf1f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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 URL: https://github.com/Matt-Brigida/EIAdata diff --git a/NEWS.md b/NEWS.md new file mode 100644 index 0000000..6178d6d --- /dev/null +++ b/NEWS.md @@ -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.