Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ Package: ohwm2
Title: Identify Ordinary High Water Marks
Description: An R Shiny app for remotely identifying stream Ordinary High Water
Marks (OHWM) using publicly available terrain data for small sites.
Version: 2026.05.31
Version: 2026.07.25.9000
Depends:
R (>= 4.1.0)
Authors@R: c(
person("Michael", "Dougherty",
email = "Michael.P.Dougherty@usace.army.mil",
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ohwm2 (development version)
# ohwm2 2026.07.25.9000

* Added a validated application skin layer for task-specific identity, theme,
navigation labels, guidance, progress messages, and favicon assets while
Expand Down
6 changes: 3 additions & 3 deletions R/run_app_audit.R
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#' Run example app
#' Run the application audit variant
#'
#' @param ... arguments to pass to golem_opts.
#' Constructs the application variant used by `shinyValidator` audits.
#' See `?golem::get_golem_options` for more details.
#' @inheritParams shiny::shinyApp
#' @param ... Arguments passed to `golem::with_golem_options()`.
#'
#' @return A shiny app object
#' @export
#' @import shiny
#' @importFrom golem with_golem_options
#' @noRd
run_app_audit <- function(onStart = NULL, # nolint
options = list(),
enableBookmarking = NULL, # nolint
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ An R Shiny app for remotely identifying stream Ordinary High Water Marks (OHWM)
## Package Status
<!-- badges: start -->
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![packageversion](https://img.shields.io/badge/Package%20version-2026.05.31-orange.svg?style=flat-square)](commits/main)
[![packageversion](https://img.shields.io/badge/Package%20version-2026.07.25.9000-orange.svg?style=flat-square)](commits/main)
[![Last-changedate](https://img.shields.io/badge/last%20change-`r gsub('-', '--', Sys.Date())`-yellowgreen.svg)](/commits/main)
[![Licence](https://img.shields.io/badge/licence-CC0-blue.svg)](http://choosealicense.com/licenses/cc0-1.0/)
<!-- badges: end -->
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ An R Shiny app for remotely identifying stream Ordinary High Water Marks

[![Lifecycle:
experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![packageversion](https://img.shields.io/badge/Package%20version-2026.05.31-orange.svg?style=flat-square)](commits/main)
[![Last-changedate](https://img.shields.io/badge/last%20change-2026--05--31-yellowgreen.svg)](/commits/main)
[![packageversion](https://img.shields.io/badge/Package%20version-2026.07.25.9000-orange.svg?style=flat-square)](commits/main)
[![Last-changedate](https://img.shields.io/badge/last%20change-2026--07--25-yellowgreen.svg)](/commits/main)
[![Licence](https://img.shields.io/badge/licence-CC0-blue.svg)](http://choosealicense.com/licenses/cc0-1.0/)
<!-- badges: end -->

Expand Down
44 changes: 44 additions & 0 deletions man/run_app_audit.Rd

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

11 changes: 4 additions & 7 deletions renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2686,7 +2686,7 @@
},
"fluvgeo": {
"Package": "fluvgeo",
"Version": "2025.07.08",
"Version": "2026.07.25.9000",
"Source": "GitHub",
"Title": "A Package for Fluvial Geomorphic Analysis",
"Authors@R": "c( person(\"Michael\", \"Dougherty\", , \"Michael.P.Dougherty@usace.army.mil\", role = \"aut\", comment = c(ORCID = \"0000-0002-1465-5927\")), person(\"Christopher\", \"Haring\", , \"Christopher.P.Haring@usace.army.mil\", role = \"aut\"), person(\"Barrie\", \"Chileen Martinez\", , \"Barrie.V.Chileen@usace.army.mil\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-6960-8167\")), person(\"Thomas\", \"Darby\", role = \"rev\"), person(\"Davi\", \"Michl\", role = \"rev\") )",
Expand Down Expand Up @@ -2751,13 +2751,10 @@
"RoxygenNote": "7.3.2",
"RemoteType": "github",
"RemoteHost": "api.github.com",
"RemoteRepo": "fluvgeo",
"RemoteUsername": "FluvialGeomorph",
"RemoteRef": "v2025.07.08",
"RemoteSha": "18cb63447f2e493a65b35eeb4e3076bb752a0938",
"NeedsCompilation": "no",
"Author": "Michael Dougherty [aut] (<https://orcid.org/0000-0002-1465-5927>), Christopher Haring [aut], Barrie Chileen Martinez [aut, cre] (<https://orcid.org/0000-0002-6960-8167>), Thomas Darby [rev], Davi Michl [rev]",
"Maintainer": "Barrie Chileen Martinez <Barrie.V.Chileen@usace.army.mil>"
"RemoteRepo": "fluvgeo",
"RemoteRef": "v2026.07.25",
"RemoteSha": "ea18479957228bcaa6599b0b024b5f643452aa02"
},
"fontawesome": {
"Package": "fontawesome",
Expand Down
Loading