Commit f7d19dd7 authored by Delaigue Olivier's avatar Delaigue Olivier
Browse files

v0.2.9.3 SPEED: in the GUI, the summary sheet thumbnail is now stored in the...

v0.2.9.3 SPEED: in the GUI, the summary sheet thumbnail is now stored in the package and no longer loaded from webGR
This image appears when there is no summary sheet for the selected dataset.
Showing with 3 additions and 3 deletions
+3 -3
Package: airGRteaching
Type: Package
Title: Teaching Hydrological Modelling with the GR Rainfall-Runoff Models ('Shiny' Interface Included)
Version: 0.2.9.2
Version: 0.2.9.3
Date: 2020-03-24
Authors@R: c(
person("Olivier", "Delaigue", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7668-8468"), email = "airGR@inrae.fr"),
......
......@@ -4,7 +4,7 @@
### 0.2.9.2 Release Notes (2020-03-24)
### 0.2.9.3 Release Notes (2020-03-24)
____________________________________________________________________________________
......
......@@ -979,7 +979,7 @@ shinyServer(function(input, output, session) {
alt = sprintf("Go to webGR.inrae.fr to see %s in the activities/database section", codeBH),
title = "Click to open in a new window")))
} else {
urlSheet <- sprintf(urlRegex, "W1110010")
urlSheet <- "fig/sheet_W1110010_thumbnail.png"
urlWebGR <- "https://webgr.inrae.fr"
txtWebGR <- "webgr.inrae.fr"
urlFraDb <- file.path(urlWebGR, "activites/base-de-donnees/")
......
inst/ShinyGR/www/fig/sheet_W1110010_thumbnail.png

234 KB

Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment