Commit 0b89c57d authored by Delaigue Olivier's avatar Delaigue Olivier
Browse files

refactor(GUI): add a message to explain how to disconnect the GUI

Refs: #76
2 merge requests!58CRAN v0.3.3,!55Resolve "Add a message to explain how to disconnect the GUI"
Pipeline #50983 passed with stage
in 7 minutes and 40 seconds
Showing with 4 additions and 0 deletions
+4 -0
......@@ -4,6 +4,10 @@ ShinyGR <- function(ObsDF = NULL, DatesR = NULL, Precip = NULL, PotEvap = NULL,
.onAttach()
message("\n-----------------------------------------------------------------------")
message("\n Press the 'escape' key to disconnect the graphical user interface \n")
message("-----------------------------------------------------------------------\n")
theme <- match.arg(arg = theme,
choices = c("RStudio", "Cerulean", "Cyborg", "Flatly", "Inrae", "Saclay", "United", "Yeti"))
......
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