[Patchwork-commits] r116 - in pkg: patchwork/R patchworkCG/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Mar 30 13:05:20 CEST 2012


Author: sebastian_d
Date: 2012-03-30 13:05:19 +0200 (Fri, 30 Mar 2012)
New Revision: 116

Modified:
   pkg/patchwork/R/zzz.R
   pkg/patchworkCG/R/zzz.R
Log:
Updated onLoad message

Modified: pkg/patchwork/R/zzz.R
===================================================================
--- pkg/patchwork/R/zzz.R	2012-03-28 14:09:55 UTC (rev 115)
+++ pkg/patchwork/R/zzz.R	2012-03-30 11:05:19 UTC (rev 116)
@@ -1,8 +1,8 @@
 .onLoad <- function(...){
 	#supressMessages(library(DNAcopy))
 	packageStartupMessage(
-	"Welcome to patchwork! \n 
-	cite us! \n 
-	How to run this \n"
+	"Patchwork loaded. \n 
+	If this is your first time, please see the documentation in the README file at the default\n 
+	installation location, the homepage (http://patchwork.r-forge.r-project.org/) or ?patchwork.\n"
 	)
 	}

Modified: pkg/patchworkCG/R/zzz.R
===================================================================
--- pkg/patchworkCG/R/zzz.R	2012-03-28 14:09:55 UTC (rev 115)
+++ pkg/patchworkCG/R/zzz.R	2012-03-30 11:05:19 UTC (rev 116)
@@ -1,7 +1,8 @@
 .onLoad <- function(...){
 	packageStartupMessage(
 	"Welcome to patchwork for CompleteGenomics data! \n 
-	cite us! \n 
-	How to run this \n"
+	\n 
+	If this is your first time, please see the documentation in the README file at the default\n 
+	installation location, the homepage (http://patchwork.r-forge.r-project.org/) or ?patchwork.CG.\n"
 	)
 	}
\ No newline at end of file



More information about the Patchwork-commits mailing list