Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
HYCAR-Hydro
airGRteaching
Commits
100d9eba
Commit
100d9eba
authored
Jan 30, 2018
by
unknown
Browse files
v0.1.11.11 revision of the startup message returned when the package is attached
parent
c9e9649a
Changes
2
Hide whitespace changes
Inline
Side-by-side
DESCRIPTION
View file @
100d9eba
Package: airGRteaching
Type: Package
Title: Tools to Simplify the Use of the airGR Hydrological Package for Education (Including a Shiny Interface)
Version: 0.1.11.1
0
Version: 0.1.11.1
1
Date: 2018-01-29
Authors@R: c(person("Olivier", "Delaigue", role = c("aut", "cre"), email = "airGR@irstea.fr"), person("Laurent", "Coron", role = c("aut")), person("Pierre", "Brigode", role = c("aut")), person("Guillaume", "Thirel", role = c("ctb")))
Depends: airGR (>= 1.0.9.43)
...
...
R/Utils.R
View file @
100d9eba
...
...
@@ -3,8 +3,8 @@
## =================================================================================
.onAttach
<-
function
(
lib
,
pkg
)
{
packageStartupMessage
(
"\nThe airGRteaching needs the last version of the 'dygraphs' package.\n"
,
"Please,
reinstall it
with the following command:\n"
,
packageStartupMessage
(
"\nThe airGRteaching needs the last version of the 'dygraphs' package
that is only available on github at the moment
.\n"
,
"Please,
make sure at the first use of airGRteaching to install ‘dygraphs’
with the following command:\n"
,
"\tdevtools::install_github(c(\"ramnathv/htmlwidgets\", \"rstudio/dygraphs\"), force = TRUE)"
)
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment