[R-gregmisc-users] SF.net SVN: r-gregmisc: [1194] trunk/SASxport/R/zzz.R
Brought to you by:
warnes
From: <wa...@us...> - 2007-10-02 22:30:33
|
Revision: 1194 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1194&view=rev Author: warnes Date: 2007-10-02 15:30:31 -0700 (Tue, 02 Oct 2007) Log Message: ----------- Add information on how to get help to the startup message Modified Paths: -------------- trunk/SASxport/R/zzz.R Modified: trunk/SASxport/R/zzz.R =================================================================== --- trunk/SASxport/R/zzz.R 2007-10-02 21:21:54 UTC (rev 1193) +++ trunk/SASxport/R/zzz.R 2007-10-02 22:30:31 UTC (rev 1194) @@ -8,6 +8,8 @@ cat(" Updates and technical support available from Random Technologies, LLC\n") cat(" <http://random-technologies-llc.com/contact>\n") cat("\n") + cat(" Type `?SASxport' for usage information.\n") + cat("\n") } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |