From db82e1de1e1ea8d91573f75c623bb0daa3ac436c Mon Sep 17 00:00:00 2001 From: dbetebenner Date: Thu, 22 Oct 2015 14:30:56 -0400 Subject: [PATCH] Final push for version 1.0 --- R/zzz.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")') } }