diff --git a/DESCRIPTION b/DESCRIPTION index 84122143c473036f3e7d8985cd62e6d2e0933240..97e7b8b191a87da3b50a9055c8572b34ce5c4f9c 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 ee266975d0a1543eeb481efaaa7ce3da898127ca..d049817691e5c6fcc1bf763709635307ed7726b3 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 67a6c9d40d63e7a6254b9e10f0af5cabb6e8602b..da22ec4c251b923880d014cb4506f3c2ff65e1dc 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{