From b5eebe23463f5093d0daccbdff12c78a19b5e6dc Mon Sep 17 00:00:00 2001 From: Alexey Seleznev Date: Tue, 30 Jul 2019 08:51:37 +0300 Subject: [PATCH] Update zzz.R --- R/zzz.R | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/R/zzz.R b/R/zzz.R index d9b4abf..0b15a77 100644 --- a/R/zzz.R +++ b/R/zzz.R @@ -22,10 +22,12 @@ rvkstatWelcomeMessage <- function(){ "Type ?rvkstat for the main documentation.\n", "The github page is: https://github.com/selesnow/rvkstat/\n", "\n", + "Package Load from GitHub\n", + "\n", "Suggestions and bug-reports can be submitted at: https://github.com/selesnow/rvkstat/issues\n", "Or contact: \n", "\n", "\tTo suppress this message use: ", "suppressPackageStartupMessages(library(rvkstat))\n", "---------------------\n" ) -} \ No newline at end of file +}