From c988e13b1c039ff65af6cde28903cbf1bfead0ef Mon Sep 17 00:00:00 2001 From: fawda123 Date: Sun, 16 Jul 2023 11:12:51 -0400 Subject: [PATCH] prep for 2.5.0 release --- DESCRIPTION | 4 ++-- NEWS.md | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index c2794a5..fddb9a8 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: SWMPr Type: Package Title: Retrieving, Organizing, and Analyzing Estuary Monitoring Data -Version: 2.4.3.9000 -Date: 2023-05-24 +Version: 2.5.0 +Date: 2023-07-16 Author: Marcus W. Beck [aut, cre], Kimberly Cressman [ctb] Maintainer: Marcus W. Beck diff --git a/NEWS.md b/NEWS.md index e080182..342d916 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,8 @@ +## SWMPR 2.5.0 + +* Added `keep_qaqcstatus` argument to `import_local()` to retain `historical` and `provisionalplus` columns in the output +* Added unit testing for most functions + ## SWMPr 2.4.3 * Removed maptools dependency, replaced with `getSunlightTimes()` function from suncalc package to estimate metabolic days in `metab_day()` function