From 09f4ed66a55addecbb7a2eda2d69a2afd6931749 Mon Sep 17 00:00:00 2001 From: fawda123 Date: Mon, 24 Jun 2024 09:12:06 -0400 Subject: [PATCH] prep for v2.5.1 release --- DESCRIPTION | 4 ++-- NEWS.md | 4 ++++ cran-comments.md | 10 +++++----- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index f078055..aad3cc4 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: SWMPr Type: Package Title: Retrieving, Organizing, and Analyzing Estuary Monitoring Data -Version: 2.5.0 -Date: 2023-06-24 +Version: 2.5.1 +Date: 2024-06-24 Author: Marcus W. Beck [aut, cre], Kimberly Cressman [ctb] Maintainer: Marcus W. Beck diff --git a/NEWS.md b/NEWS.md index aae2b23..02be63f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +## SWMPR 2.5.1 + +* Update `stat_locs` object for active stations in the NERR system. + ## SWMPR 2.5.0 * Added `keep_qaqcstatus` argument to `import_local()` to retain `historical` and `provisionalplus` columns in the output diff --git a/cran-comments.md b/cran-comments.md index ef8644d..95f7bb1 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,15 +1,15 @@ ## Resubmission -This is a version update to 2.5.0 +This is a version update to 2.5.1 ## Test environments -* ubuntu 20.04 (devel, release, old release) -* OS X (on GitHub Actions), R 4.3.1 +* ubuntu 22.04.4 (devel, release, old release) +* macOS 14.5, R 4.4.1 * win-builder [http://win-builder.r-project.org/](http://win-builder.r-project.org/) (devel, release, and old release) -* local Windows 10 install, R 4.2.3 +* local Windows 10 install, R 4.3.3 ## R CMD check results There were no ERRORs, WARNINGs, or NOTEs. ## Downstream dependencies -I have also run R CMD check on the SWMPrExtension downstream dependency for SWMPr. There were no ERRORs, WARNINGs, or NOTEs. +R CMD check run on the SWMPrExtension downstream dependency for SWMPr. There were no ERRORs, WARNINGs, or NOTEs.