[R-gregmisc-users] SF.net SVN: r-gregmisc: [1199] trunk/SASxport/R/zzz.R
Brought to you by:
warnes
From: <wa...@us...> - 2007-10-29 15:35:59
|
Revision: 1199 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1199&view=rev Author: warnes Date: 2007-10-29 08:35:53 -0700 (Mon, 29 Oct 2007) Log Message: ----------- Belatedly commit change to startup message to give path to SASxport product page rather than contact page Modified Paths: -------------- trunk/SASxport/R/zzz.R Modified: trunk/SASxport/R/zzz.R =================================================================== --- trunk/SASxport/R/zzz.R 2007-10-29 15:34:21 UTC (rev 1198) +++ trunk/SASxport/R/zzz.R 2007-10-29 15:35:53 UTC (rev 1199) @@ -6,7 +6,7 @@ cat("Loaded SASxport version ", ver, " (", date ,").\n", sep="") cat("\n") cat(" Updates and technical support available from Random Technologies, LLC\n") - cat(" <http://random-technologies-llc.com/contact>\n") + cat(" <http://random-technologies-llc.com/products/SASxport>\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. |