Skip to content

Commit

Permalink
Update on attach startup message
Browse files Browse the repository at this point in the history
  • Loading branch information
jbedia committed Feb 4, 2020
1 parent 7a3b4f3 commit 088a3da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/onAttach.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
if (ver < latest.ver) {
ver.mess1 <- paste0("WARNING: Your current version of ", pkgname, " (v", ver, ") is not up-to-date")
ver.mess <- paste0("Get the latest stable version (", latest.ver,
") using <devtools::install_github('SantanderMetGroup/", pkgname, "')>")
") using <devtools::install_github(c('SantanderMetGroup/climate4R.UDG','SantanderMetGroup/", pkgname, "'))>")
packageStartupMessage(ver.mess1)
packageStartupMessage(ver.mess)
}
Expand Down

0 comments on commit 088a3da

Please sign in to comment.