Skip to content

Commit

Permalink
v1.2.0.9003
Browse files Browse the repository at this point in the history
* refactor: Update FFG text in metric.values, Issue #47
  • Loading branch information
leppott committed Oct 15, 2024
1 parent 76c8b01 commit eabdc8e
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 9 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Description: Suite of tools for data manipulation and calculations for Maryland
DNR MBSS program. Includes functions for calculating FIBI, BIBI (MBSS
genus), BIBI (MSW family), PHI, flow sums, ion contributions, and taxa
distribution maps.
Version: 1.2.0.9002
Version: 1.2.0.9003
Authors@R: c(
person("Erik W.", "Leppo", email="[email protected]", role=c("aut","cre")),
person("Ann","Roseberry Lincoln", role="ctb"),
Expand Down
8 changes: 6 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@ NEWS-MBSStools

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

#> Last Update: 2024-10-15 12:37:10.670714
#> Last Update: 2024-10-15 12:41:32.620089

# MBSStools v1.2.0.9002 (2024-04-08)
# MBSStools v1.2.0.9003 (2024-10-15)

- refactor: Update FFG text in metric.values, Issue \#47

# MBSStools v1.2.0.9002 (2024-10-15)

- fix: Replace `rgdal` functions with ones from `sf` package, Issue \#44
- refactor: Remove XLConnect, Issue \#48
Expand Down
8 changes: 6 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@ NEWS-MBSStools

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

#> Last Update: 2024-10-15 12:37:10.670714
#> Last Update: 2024-10-15 12:41:32.620089

# MBSStools v1.2.0.9002 (2024-04-08)
# MBSStools v1.2.0.9003 (2024-10-15)

- refactor: Update FFG text in metric.values, Issue \#47

# MBSStools v1.2.0.9002 (2024-10-15)

- fix: Replace `rgdal` functions with ones from `sf` package, Issue \#44
- refactor: Remove XLConnect, Issue \#48
Expand Down
7 changes: 6 additions & 1 deletion NEWS.rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@ knitr::opts_chunk$set(
cat(paste0("Last Update: ",Sys.time()))
```

MBSStools v1.2.0.9002 (2024-04-08)
MBSStools v1.2.0.9003 (2024-10-15)
================

* refactor: Update FFG text in metric.values, Issue #47

MBSStools v1.2.0.9002 (2024-10-15)
================

* fix: Replace `rgdal` functions with ones from `sf` package, Issue #44
Expand Down
3 changes: 2 additions & 1 deletion R/metric.values.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
#' + (PHYLUM), CLASS, ORDER, FAMILY, GENUS, OTHER_TAXA, TRIBE, FFG, HABIT,
#' FINALTOLVAL07
#'
#' Valid values for FFG: col, fil, pre, scr, shr, pie
#' Valid values for FFG: Collector, Filterer, Predator, Scraper, Shredder, and
#' Piercer
#'
#' Valid values for HABIT: BU, CB, CN, SP, SW
#'
Expand Down
2 changes: 1 addition & 1 deletion inst/shiny-examples/MBSStools/ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ library(shinyjs) # used for togglestate of download button
shinyUI(fluidPage(

# Application title
titlePanel("MBSStools, IBI Calculator, v1.2.0.9002"),
titlePanel("MBSStools, IBI Calculator, v1.2.0.9003"),

# SideBar
sidebarLayout(
Expand Down
3 changes: 2 additions & 1 deletion man/metric.values.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit eabdc8e

Please sign in to comment.