Skip to content

Commit

Permalink
Final push for version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dbetebenner committed Oct 22, 2015
1 parent 3958131 commit db82e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ function(libname, pkgname) {
`.onAttach` <-
function(libname, pkgname) {
if (interactive()) {
packageStartupMessage('RLIdata ',paste(paste(unlist(strsplit(as.character(packageVersion("RLIdata")), "[.]")), c(".", "-", ".", ""), sep=""), collapse=""),' For help type: help("RLIdata")')
packageStartupMessage('RLImatrices ',paste(paste(unlist(strsplit(as.character(packageVersion("RLImatrices")), "[.]")), c(".", "-", ".", ""), sep=""), collapse=""),' For help type: help("RLImatrices")')
}
}

0 comments on commit db82e1d

Please sign in to comment.