Skip to content

Commit

Permalink
v2.0.0.9131
Browse files Browse the repository at this point in the history
- refactor: Update Report
  - Add conditional formatting for summary worksheet for data columns
    - MTTI
    - Thermal Metrics
  - Add error checking if thermal metrics not present
  • Loading branch information
leppott committed Jan 8, 2024
1 parent 85daf74 commit 94e56bb
Show file tree
Hide file tree
Showing 6 changed files with 384 additions and 97 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: BCGcalc
Type: Package
Title: Biological Condition Gradient, calculator
Version: 2.0.0.9130
Version: 2.0.0.9131
Authors@R: c(
person("Erik W.", "Leppo", email="Erik.Leppo@tetratech.com", role=c("aut","cre")),
person("Jen", "Stamp", email="Jen.Stamp@tetratech.com", role="ctb"),
Expand Down
12 changes: 10 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
BCGcalc-NEWS
================
<Erik.Leppo@tetratech.com>
2024-01-03 12:42:04.091226
2024-01-08 16:28:28.216564

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

#> Last Update: 2024-01-03 12:42:04.12414
#> Last Update: 2024-01-08 16:28:28.37326

# BCGcalc 2.0.0.9131 (2024-01-08)

- refactor: Update Report
- Add conditional formatting for summary worksheet for data columns
- MTTI
- Thermal Metrics
- Add error checking if thermal metrics not present

# BCGcalc 2.0.0.9130 (2024-01-02)

Expand Down
12 changes: 10 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
BCGcalc-NEWS
================
<Erik.Leppo@tetratech.com>
2024-01-03 12:42:04.091226
2024-01-08 16:28:28.216564

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

#> Last Update: 2024-01-03 12:42:04.12414
#> Last Update: 2024-01-08 16:28:28.37326

# BCGcalc 2.0.0.9131 (2024-01-08)

- refactor: Update Report
- Add conditional formatting for summary worksheet for data columns
- MTTI
- Thermal Metrics
- Add error checking if thermal metrics not present

# BCGcalc 2.0.0.9130 (2024-01-02)

Expand Down
8 changes: 8 additions & 0 deletions NEWS.rmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ knitr::opts_chunk$set(
cat(paste0("Last Update: ",Sys.time()))
```

# BCGcalc 2.0.0.9131 (2024-01-08)

* refactor: Update Report
+ Add conditional formatting for summary worksheet for data columns
- MTTI
- Thermal Metrics
+ Add error checking if thermal metrics not present

# BCGcalc 2.0.0.9130 (2024-01-02)

* docs: Add tag to roxygen chunk to allow for table in `BCG.Level.Membership`
Expand Down
2 changes: 1 addition & 1 deletion inst/shiny-examples/BCGcalc/global.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Shiny Global File

# Version ----
pkg_version <- "2.0.0.9130"
pkg_version <- "2.0.0.9131"

# Packages----
# nolint start
Expand Down
Loading

0 comments on commit 94e56bb

Please sign in to comment.