From d5e6cbc8f90d7e8353c94977f41a154fe7ffaa0a Mon Sep 17 00:00:00 2001 From: Matt Brigida Date: Sun, 13 Feb 2022 12:40:24 -0500 Subject: [PATCH] bumped version and news --- DESCRIPTION | 4 ++-- NEWS.md | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 NEWS.md 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.