diff --git a/R/zzz.R b/R/zzz.R index 9361981..b8b6de8 100644 --- a/R/zzz.R +++ b/R/zzz.R @@ -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")') } }