From bbe5984664267aa475b299f272785515d3ef97c8 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 25 Jul 2026 19:02:29 -0500 Subject: [PATCH] prepare 2026.07.25 release --- DESCRIPTION | 4 +++- NEWS.md | 2 +- R/run_app_audit.R | 6 +++--- README.Rmd | 2 +- README.md | 4 ++-- man/run_app_audit.Rd | 44 ++++++++++++++++++++++++++++++++++++++++++++ renv.lock | 11 ++++------- 7 files changed, 58 insertions(+), 15 deletions(-) create mode 100644 man/run_app_audit.Rd diff --git a/DESCRIPTION b/DESCRIPTION index 3f2dba5..8e20121 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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", diff --git a/NEWS.md b/NEWS.md index 4309299..0b73f73 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 diff --git a/R/run_app_audit.R b/R/run_app_audit.R index a09efea..bebec8a 100644 --- a/R/run_app_audit.R +++ b/R/run_app_audit.R @@ -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 diff --git a/README.Rmd b/README.Rmd index 41ce2e3..b285f87 100644 --- a/README.Rmd +++ b/README.Rmd @@ -12,7 +12,7 @@ An R Shiny app for remotely identifying stream Ordinary High Water Marks (OHWM) ## Package Status [![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/) diff --git a/README.md b/README.md index 570b28c..c98dfef 100644 --- a/README.md +++ b/README.md @@ -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/) diff --git a/man/run_app_audit.Rd b/man/run_app_audit.Rd new file mode 100644 index 0000000..aabdcbe --- /dev/null +++ b/man/run_app_audit.Rd @@ -0,0 +1,44 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/run_app_audit.R +\name{run_app_audit} +\alias{run_app_audit} +\title{Run the application audit variant} +\usage{ +run_app_audit( + onStart = NULL, + options = list(), + enableBookmarking = NULL, + uiPattern = "/", + ... +) +} +\arguments{ +\item{onStart}{A function that will be called before the app is actually run. +This is only needed for \code{shinyAppObj}, since in the \code{shinyAppDir} +case, a \code{global.R} file can be used for this purpose.} + +\item{options}{Named options that should be passed to the \code{runApp} call +(these can be any of the following: "port", "launch.browser", "host", "quiet", +"display.mode" and "test.mode"). You can also specify \code{width} and +\code{height} parameters which provide a hint to the embedding environment +about the ideal height/width for the app.} + +\item{enableBookmarking}{Can be one of \code{"url"}, \code{"server"}, or +\code{"disable"}. The default value, \code{NULL}, will respect the setting from +any previous calls to \code{\link[shiny:enableBookmarking]{enableBookmarking()}}. See \code{\link[shiny:enableBookmarking]{enableBookmarking()}} +for more information on bookmarking your app.} + +\item{uiPattern}{A regular expression that will be applied to each \code{GET} +request to determine whether the \code{ui} should be used to handle the +request. Note that the entire request path must match the regular +expression in order for the match to be considered successful.} + +\item{...}{Arguments passed to `golem::with_golem_options()`.} +} +\value{ +A shiny app object +} +\description{ +Constructs the application variant used by `shinyValidator` audits. +See `?golem::get_golem_options` for more details. +} diff --git a/renv.lock b/renv.lock index 50303ff..71ca4dd 100644 --- a/renv.lock +++ b/renv.lock @@ -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\") )", @@ -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] (), Christopher Haring [aut], Barrie Chileen Martinez [aut, cre] (), Thomas Darby [rev], Davi Michl [rev]", - "Maintainer": "Barrie Chileen Martinez " + "RemoteRepo": "fluvgeo", + "RemoteRef": "v2026.07.25", + "RemoteSha": "ea18479957228bcaa6599b0b024b5f643452aa02" }, "fontawesome": { "Package": "fontawesome",