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
airGR
Commits
fa6bc975
Commit
fa6bc975
authored
Dec 07, 2016
by
unknown
Browse files
add an onLoad action to print the package references when loading airGR
parent
22b923dc
Changes
2
Hide whitespace changes
Inline
Side-by-side
R/.onLoad
0 → 100644
View file @
fa6bc975
.onLoad <- function(libname, pkgname){
citation("airGR")
citation("airGRscholar")
}
R/Utils.R
0 → 100644
View file @
fa6bc975
.onLoad
<-
function
(
libname
,
pkgname
){
print
(
citation
(
"airGR"
))
}
\ No newline at end of file
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