diff --git a/DESCRIPTION b/DESCRIPTION index 3b73e91..828ceb2 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: BioMonTools Type: Package Title: Tools for Biomonitoring and Bioassessment -Version: 1.0.2.9050 +Version: 1.0.2.9052 Author: c( person("Erik W.", "Leppo", email="Erik.Leppo@tetratech.com", role=c("aut","cre")), person("Jen", "Stamp", role="ctb"), diff --git a/NEWS b/NEWS index c86f654..46b737e 100644 --- a/NEWS +++ b/NEWS @@ -4,13 +4,18 @@ NEWS - #> Last Update: 2024-09-30 16:40:27.824537 + #> Last Update: 2024-10-03 10:20:28.618337 # Version History -## Changes in version 1.0.2.9051 +## Changes in version 1.0.2.9052 - fix: Update MetricScoring.xlsx + - MN, narratives + +## Changes in version 1.0.2.9051 + +- fix: Update MetricScoring.xlsx (MN) ## Changes in version 1.0.2.9050 diff --git a/NEWS.md b/NEWS.md index c86f654..46b737e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,13 +4,18 @@ NEWS - #> Last Update: 2024-09-30 16:40:27.824537 + #> Last Update: 2024-10-03 10:20:28.618337 # Version History -## Changes in version 1.0.2.9051 +## Changes in version 1.0.2.9052 - fix: Update MetricScoring.xlsx + - MN, narratives + +## Changes in version 1.0.2.9051 + +- fix: Update MetricScoring.xlsx (MN) ## Changes in version 1.0.2.9050 diff --git a/NEWS.rmd b/NEWS.rmd index 5656131..613601d 100644 --- a/NEWS.rmd +++ b/NEWS.rmd @@ -18,9 +18,14 @@ cat(paste0("Last Update: ",Sys.time())) # Version History -## Changes in version 1.0.2.9051 +## Changes in version 1.0.2.9052 * fix: Update MetricScoring.xlsx + + MN, narratives + +## Changes in version 1.0.2.9051 + +* fix: Update MetricScoring.xlsx (MN) ## Changes in version 1.0.2.9050 diff --git a/inst/extdata/MetricScoring.xlsx b/inst/extdata/MetricScoring.xlsx index f12eac8..72579a1 100644 Binary files a/inst/extdata/MetricScoring.xlsx and b/inst/extdata/MetricScoring.xlsx differ diff --git a/inst/shiny-examples/BioMonTools/global.R b/inst/shiny-examples/BioMonTools/global.R index 0765eba..c1b4daa 100644 --- a/inst/shiny-examples/BioMonTools/global.R +++ b/inst/shiny-examples/BioMonTools/global.R @@ -1,7 +1,7 @@ # Shiny Global File # Version ---- -pkg_version <- "1.0.2.9051" +pkg_version <- "1.0.2.9052" # Packages---- library(BioMonTools)