Skip to content

Commit 1d01876

Browse files
committed
v1.0.2.9078
* refactor: Update metric.values() for global variables, Issue #49
1 parent 84855ef commit 1d01876

6 files changed

Lines changed: 19 additions & 4 deletions

File tree

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: BioMonTools
22
Type: Package
33
Title: Tools for Biomonitoring and Bioassessment
4-
Version: 1.0.2.9077
4+
Version: 1.0.2.9078
55
Author: c(
66
person("Erik W.", "Leppo", email="Erik.Leppo@tetratech.com", role=c("aut","cre")),
77
person("Jen", "Stamp", role="ctb"),
@@ -42,4 +42,4 @@ Suggests:
4242
URL: https://github.com/leppott/BioMonTools
4343
BugReports: https://github.com/leppott/BioMonTools/issues
4444
VignetteBuilder: knitr
45-
RoxygenNote: 7.3.2
45+
RoxygenNote: 7.3.3

NEWS

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@ NEWS
44

55
<!-- NEWS.md is generated from NEWS.Rmd. Please edit that file -->
66

7-
#> Last Update: 2025-06-19 11:17:53.567277
7+
#> Last Update: 2025-09-05 12:24:45.011112
88

99
# Version History
1010

11+
## Changes in version 1.0.2.9078 (2025-09-05)
12+
13+
- refactor: Update metric.values() for global variables, Issue \#49
14+
1115
## Changes in version 1.0.2.9077 (2025-06-19)
1216

1317
- refactor: Add new metrics for ORWA, Issue \#121

NEWS.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@ NEWS
44

55
<!-- NEWS.md is generated from NEWS.Rmd. Please edit that file -->
66

7-
#> Last Update: 2025-06-19 11:17:53.567277
7+
#> Last Update: 2025-09-05 12:24:45.011112
88

99
# Version History
1010

11+
## Changes in version 1.0.2.9078 (2025-09-05)
12+
13+
- refactor: Update metric.values() for global variables, Issue \#49
14+
1115
## Changes in version 1.0.2.9077 (2025-06-19)
1216

1317
- refactor: Add new metrics for ORWA, Issue \#121

NEWS.rmd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ cat(paste0("Last Update: ",Sys.time()))
1818

1919
# Version History
2020

21+
## Changes in version 1.0.2.9078 (2025-09-05)
22+
23+
* refactor: Update metric.values() for global variables, Issue #49
24+
2125
## Changes in version 1.0.2.9077 (2025-06-19)
2226

2327
* refactor: Add new metrics for ORWA, Issue #121

R/metric_values.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -858,6 +858,9 @@ metric.values.bugs <- function(myDF
858858
nt_Hemipt <- nt_dni <- pi_dni <- pt_dni <- NULL
859859
pi_EphemNoBaeTri <- nt_EphemNoBaeTri <- nt_COETNoBraBaeHydTri <- x_BCICTQa <-
860860
NULL
861+
nt_POETNoBae <- nfam_Baetidae <- nt_TrichNoHydro <- ni_Dipt <- nt_longlived <-
862+
TI_STENOCOLD <- TI_STENOWARM <- TI_COWA <- nt_ti_stenocold <-
863+
nt_ti_stenowarm <- nt_ti_cowa <- nt_ti_stenocold_cold <- NULL
861864

862865
# define pipe
863866
`%>%` <- dplyr::`%>%`

inst/extdata/MetricNames.xlsx

744 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)