From fd4204eaf0ca6ad11d2f14e1a7d0b21441c37fac Mon Sep 17 00:00:00 2001 From: Delaigue Olivier <olivier.delaigue@irstea.priv> Date: Thu, 7 Mar 2019 14:44:47 +0100 Subject: [PATCH] v1.2.8.6 DOC: typo revision in PEdaily_Oudin doc --- DESCRIPTION | 4 ++-- NEWS.rmd | 2 +- man/PEdaily_Oudin.Rd | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 84122143..97e7b8b1 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: airGR Type: Package Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling -Version: 1.2.8.5 -Date: 2019-03-06 +Version: 1.2.8.6 +Date: 2019-03-07 Authors@R: c( person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")), person("Charles", "Perrin", role = c("aut", "ths"), comment = c(ORCID = "0000-0001-8552-1881")), diff --git a/NEWS.rmd b/NEWS.rmd index ee266975..d0498176 100644 --- a/NEWS.rmd +++ b/NEWS.rmd @@ -13,7 +13,7 @@ output: -### 1.2.8.5 Release Notes (2019-03-06) +### 1.2.8.6 Release Notes (2019-03-07) diff --git a/man/PEdaily_Oudin.Rd b/man/PEdaily_Oudin.Rd index 67a6c9d4..da22ec4c 100644 --- a/man/PEdaily_Oudin.Rd +++ b/man/PEdaily_Oudin.Rd @@ -36,7 +36,7 @@ Function which computes daily PE using the formula from Oudin et al. (2005). } \details{ -In the \code{JD} argument, the Julian day of the year of the 1st of January is equal to 1 and the 31st of December to 365 (366 in leap years)). If the Julian day of the year is computed on an object of the \code{POSIXlt} class, the user has to add 1 to the returned value (e.g. \code{as.POSIXlt(\"2016-12-31\")$yday + 1}). +In the \code{JD} argument, the Julian day of the year of the 1st of January is equal to 1 and the 31st of December to 365 (366 in leap years)). If the Julian day of the year is computed on an object of the \code{POSIXlt} class, the user has to add 1 to the returned value (e.g. \code{as.POSIXlt("2016-12-31")$yday + 1}). } \examples{ -- GitLab