From 0697343cdb1a324271bff2e0771351ffd7f38a10 Mon Sep 17 00:00:00 2001 From: Sarah Lyons Date: Wed, 10 Jul 2024 11:26:51 -0700 Subject: [PATCH] adjust wording for date_atu documentation --- R/date-atus.R | 2 +- man/date_atus.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/date-atus.R b/R/date-atus.R index ee27fb6..9c5c8ab 100644 --- a/R/date-atus.R +++ b/R/date-atus.R @@ -1,7 +1,7 @@ #' Calculate Date of Accumulated Thermal Units (ATUs) #' #' Calculates the date on which a specified number of Accumulated Thermal Units (ATUs) -#' are exceeded. +#' are meet or exceeded. #' #' @inheritParams params #' @return A tibble with four columns `year`, `start_date`, `end_date` and `atus`. diff --git a/man/date_atus.Rd b/man/date_atus.Rd index c49b51b..02c6818 100644 --- a/man/date_atus.Rd +++ b/man/date_atus.Rd @@ -24,7 +24,7 @@ A tibble with four columns \code{year}, \code{start_date}, \code{end_date} and \ } \description{ Calculates the date on which a specified number of Accumulated Thermal Units (ATUs) -are exceeded. +are meet or exceeded. } \examples{ date_atus(gsdd::temperature_data)