From b27ec4b3e3e4ccb039e0910c5ee50252f822fec7 Mon Sep 17 00:00:00 2001 From: Delaigue Olivier <olivier.delaigue@irstea.fr> Date: Fri, 4 Dec 2020 13:49:27 +0100 Subject: [PATCH] v0.2.10.83 docs(INDEX): review function descriptions --- DESCRIPTION | 2 +- INDEX | 11 +++++------ NEWS.md | 2 +- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 5a73049..6e335a9 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: airGRteaching Type: Package Title: Teaching Hydrological Modelling with the GR Rainfall-Runoff Models ('Shiny' Interface Included) -Version: 0.2.10.82 +Version: 0.2.10.83 Date: 2020-12-04 Authors@R: c( person("Olivier", "Delaigue", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7668-8468"), email = "airGR@inrae.fr"), diff --git a/INDEX b/INDEX index 1519020..17eaea6 100644 --- a/INDEX +++ b/INDEX @@ -19,13 +19,12 @@ as.data.frame Create a data.frame from outputs of PrepGR, Plotting functions: ====================== -dyplot Interactive time series plotting of PrepGR, CalGR +dyplot Interactive plots for time series of PrepGR, CalGR and SimGR objects -plot Static plotting time series of PrepGR, CalGR and - SimGR objects. Also plotting of the evolution of - parameters and objective function during the - calibration step, and time series plotting GR - objects from calibration outputs +plot Static plots for time series of PrepGR, CalGR + and SimGR objects. Also plot of the evolution + of parameters and objective function during + the calibration step for CalGR object Shiny interface: diff --git a/NEWS.md b/NEWS.md index 43d8090..37c5001 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,7 +4,7 @@ -### 0.2.10.82 Release Notes (2020-12-04) +### 0.2.10.83 Release Notes (2020-12-04) #### CRAN-compatibility updates -- GitLab