diff --git a/DESCRIPTION b/DESCRIPTION index ba0b1fc33a1b29dcb0c29574cd3a5135852ea1b1..3545e7855fecb98287bc8be9ad5ffef3797508e1 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: airGRteaching Type: Package Title: Teaching Hydrological Modelling with the GR Rainfall-Runoff Models ('Shiny' Interface Included) -Version: 0.2.10.24 -Date: 2020-04-21 +Version: 0.2.10.26 +Date: 2020-04-29 Authors@R: c( person("Olivier", "Delaigue", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7668-8468"), email = "airGR@inrae.fr"), person("Laurent", "Coron", role = c("aut"), comment = c(ORCID = "0000-0002-1503-6204")), diff --git a/NEWS.md b/NEWS.md index aa152b081136c206d99add7a2d1d3cc22b2c9fd5..60e3f2d844e3c98d0f072498e64477f6dd02945e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,7 +4,7 @@ -### 0.2.10.24 Release Notes (2020-04-21) +### 0.2.10.26 Release Notes (2020-04-29) #### New features diff --git a/inst/ShinyGR/ui.R b/inst/ShinyGR/ui.R index 78e32ec890a1541079dca59af50285106173af64..60c5913dc0a31c8180865d5cc4901fabc3f20914 100644 --- a/inst/ShinyGR/ui.R +++ b/inst/ShinyGR/ui.R @@ -150,14 +150,14 @@ navbarPage(title = div("airGRteaching", conditionalPanel(condition = "input.PlotType == 'Model diagram'", column(width = 4, offset = 0, conditionalPanel(condition = "input.HydroModel != 'GR2M'", - sliderInput("Event", label = "Select the target date:", - min = as.POSIXct(.ShinyGR.args$SimPer[[1]][1L], tz = "UTC"), - max = as.POSIXct(.ShinyGR.args$SimPer[[1]][2L], tz = "UTC"), - value = as.POSIXct(.ShinyGR.args$SimPer[[1]][1L], tz = "UTC"), - timeFormat = "%F", - timezone = "+0000", - animate = animationOptions(interval = 500), - step = 3600 * 24)),#step = 3600 * 24 + sliderInput("Event", label = "Select the target date:", + min = as.POSIXct(.ShinyGR.args$SimPer[[1]][1L], tz = "UTC"), + max = as.POSIXct(.ShinyGR.args$SimPer[[1]][2L], tz = "UTC"), + value = as.POSIXct(.ShinyGR.args$SimPer[[1]][1L], tz = "UTC"), + timeFormat = "%F", + timezone = "+0000", + animate = animationOptions(interval = 500), + step = 3600 * 24)),#step = 3600 * 24 conditionalPanel(condition = "input.HydroModel == 'GR2M'", sliderInput("EventGR2M", label = "Select the target date:", min = as.POSIXct(.ShinyGR.args$SimPer[[1]][1L], tz = "UTC"),