From eb529e77fffc66f017548a9af62ec539486b8435 Mon Sep 17 00:00:00 2001 From: Delaigue Olivier <olivier.delaigue@irstea.fr> Date: Tue, 14 Apr 2020 15:54:56 +0000 Subject: [PATCH] v0.2.10.14 BUG: new range values for the GR2M X2 slider in the GUI #14 --- DESCRIPTION | 2 +- NEWS.md | 2 +- inst/ShinyGR/ui.R | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index f166493..fbe517c 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.13 +Version: 0.2.10.14 Date: 2020-04-14 Authors@R: c( person("Olivier", "Delaigue", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7668-8468"), email = "airGR@inrae.fr"), diff --git a/NEWS.md b/NEWS.md index 2a5a960..1223e04 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,7 +4,7 @@ -### 0.2.10.13 Release Notes (2020-04-14) +### 0.2.10.14 Release Notes (2020-04-14) #### New features diff --git a/inst/ShinyGR/ui.R b/inst/ShinyGR/ui.R index 089fc03..a6d3098 100644 --- a/inst/ShinyGR/ui.R +++ b/inst/ShinyGR/ui.R @@ -66,10 +66,10 @@ navbarPage(title = div("airGRteaching", conditionalPanel(condition = "input.HydroModel == 'GR2M'", sliderInput("X2GR2M", label = "X2 (groundwater exchange coeff.)", post = " [-]", - min = -5, - max = +5, + min = +0.05, + max = +4, step = 0.05, - value = 0)), + value = 2)), conditionalPanel(condition = "input.HydroModel != 'GR2M'", sliderInput("X2", label = "X2 (intercatchment exchange coeff.)", post = " [mm/d]", -- GitLab