From d121f0b2056e9da291280dd8d876d60d516024d5 Mon Sep 17 00:00:00 2001 From: Delaigue Olivier <olivier.delaigue@irstea.fr> Date: Thu, 12 Oct 2023 09:21:39 +0200 Subject: [PATCH] docs(man): fix typo in the 'ShinyGR' help page --- man/ShinyGR.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/ShinyGR.Rd b/man/ShinyGR.Rd index 7017aae..0e90439 100644 --- a/man/ShinyGR.Rd +++ b/man/ShinyGR.Rd @@ -38,7 +38,7 @@ ShinyGR(ObsDF = NULL, \item{SimPer}{[character or list of characters] vector of 2 values to define the beginning and the end of the simulation period [\code{"YYYY-mm-dd"} or \code{"YYYY-mm-dd HH:MM:SS"}], see below for details} - \item{NamesObsBV}{(optional) [character] vector of values to define the data inputs name(s) (if the ObsDF list is not already named)} + \item{NamesObsBV}{(optional) [character] vector of values to define the data inputs name(s) (if the ObsDF list is not already named)} \item{theme}{(optional) [character] alternative stylesheet [\code{"RStudio"} (default), \code{"Cerulean"}, \code{"Cyborg"}, \code{"Flatly"}, \code{"Inrae"}, \code{"Saclay"}, \code{"United"} or \code{"Yeti"}]} } -- GitLab