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
cf0f6d62
Commit
cf0f6d62
authored
Feb 01, 2018
by
unknown
Browse files
v0.1.11.18 minor revision of the startup message returned when the package is attached
parent
dd85b0cc
Changes
2
Hide whitespace changes
Inline
Side-by-side
DESCRIPTION
View file @
cf0f6d62
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
7
Date: 2018-0
1-3
1
Version: 0.1.11.1
8
Date: 2018-0
2-0
1
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)
Imports: devtools, dygraphs (>= 1.1.1.4), markdown, plotrix, shiny, shinyjs, xts
...
...
R/Utils.R
View file @
cf0f6d62
...
...
@@ -3,7 +3,7 @@
## =================================================================================
.onAttach
<-
function
(
lib
,
pkg
)
{
packageStartupMessage
(
"\nThe airGRteaching needs the last version of the 'dygraphs' package that is only available on
g
it
h
ub at the moment.\n"
,
packageStartupMessage
(
"\nThe airGRteaching needs the last version of the 'dygraphs' package that is only available on
G
it
H
ub 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