From 33eb88c837a2d9c033f3b2b3575ab064ee5a30ca Mon Sep 17 00:00:00 2001 From: Delaigue Olivier <olivier.delaigue@irstea.priv> Date: Tue, 28 Aug 2018 15:19:45 +0200 Subject: [PATCH] v1.0.12.3 PEdaily_Oudin doc corrected --- DESCRIPTION | 2 +- NEWS.rmd | 2 +- man/PEdaily_Oudin.Rd | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 85bdfdd8..c748e7fc 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: airGR Type: Package Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling -Version: 1.0.12.2 +Version: 1.0.12.3 Date: 2018-08-28 Authors@R: c( person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")), diff --git a/NEWS.rmd b/NEWS.rmd index 8e2801f6..e07c790a 100644 --- a/NEWS.rmd +++ b/NEWS.rmd @@ -14,7 +14,7 @@ output: -### 1.0.12.2 Release Notes (2018-08-28) +### 1.0.12.3 Release Notes (2018-08-28) #### Deprectated and defunct diff --git a/man/PEdaily_Oudin.Rd b/man/PEdaily_Oudin.Rd index 4f526519..90776f85 100644 --- a/man/PEdaily_Oudin.Rd +++ b/man/PEdaily_Oudin.Rd @@ -9,7 +9,7 @@ \usage{ -PEdaily_Oudin(JD, Temp, Lat, LatRad, LatUnit) +PEdaily_Oudin(JD, Temp, LatRad, Lat, LatUnit) } @@ -18,10 +18,10 @@ PEdaily_Oudin(JD, Temp, Lat, LatRad, LatUnit) \item{Temp}{[numeric] time series of daily mean air temperature [°C]} -\item{Lat}{[numeric] latitude of measurement for the temperature series [radian or degrees]} - \item{LatRad}{(deprecated)[numeric] latitude of measurement for the temperature series [rad]. Please use \code{Lat} instead} +\item{Lat}{[numeric] latitude of measurement for the temperature series [radian or degrees]} + \item{LatUnit}{[character] latitude unit (default = \code{"rad"} or \code{"deg"})), default = \code{"all"}} } -- GitLab