diff --git a/DESCRIPTION b/DESCRIPTION index f74b05778ab4452005ac088f9cbaa850287ff503..e0bbaf94d844ba34157535d97cd63ca0946b9f52 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.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"), diff --git a/NEWS.md b/NEWS.md index 1696f457690a0d857604ebce47e7b3d09a7e8432..3365397f83c0590a42ebe621d6af225cabe018ca 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,7 +4,7 @@ -### 0.2.9.2 Release Notes (2020-03-24) +### 0.2.9.3 Release Notes (2020-03-24) ____________________________________________________________________________________ diff --git a/inst/ShinyGR/server.R b/inst/ShinyGR/server.R index c1147c164c9e0748a6b236445139df96e778d26c..25afe98be8aae9c464101b9e54acc6b6bcaeccf9 100644 --- a/inst/ShinyGR/server.R +++ b/inst/ShinyGR/server.R @@ -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/") diff --git a/inst/ShinyGR/www/fig/sheet_W1110010_thumbnail.png b/inst/ShinyGR/www/fig/sheet_W1110010_thumbnail.png new file mode 100644 index 0000000000000000000000000000000000000000..669c4964d6910a386449df57bbe2bd6ca467547b Binary files /dev/null and b/inst/ShinyGR/www/fig/sheet_W1110010_thumbnail.png differ