[R-gregmisc-users] SF.net SVN: r-gregmisc:[1686] trunk/gregmisc/R
Brought to you by:
warnes
From: <wa...@us...> - 2013-06-28 21:37:26
|
Revision: 1686 http://sourceforge.net/p/r-gregmisc/code/1686 Author: warnes Date: 2013-06-28 21:37:23 +0000 (Fri, 28 Jun 2013) Log Message: ----------- Rename .First.lib to .onAttach Added Paths: ----------- trunk/gregmisc/R/onAttach.R Removed Paths: ------------- trunk/gregmisc/R/First.R Deleted: trunk/gregmisc/R/First.R =================================================================== --- trunk/gregmisc/R/First.R 2013-06-28 21:31:14 UTC (rev 1685) +++ trunk/gregmisc/R/First.R 2013-06-28 21:37:23 UTC (rev 1686) @@ -1,11 +0,0 @@ -# $Id$ - -.First.lib <- function(libname, pkgname) -{ - packageStartupMessage( - "All functionality of the `gregmisc' package has been moved", - "into the four 'g' packages: gdata, gtools, gmodels, and gplots. ", - "This package is retained to make it easy to install and load", - "the full set. Please consider loading these packages directly." - ) -} Copied: trunk/gregmisc/R/onAttach.R (from rev 1649, trunk/gregmisc/R/First.R) =================================================================== --- trunk/gregmisc/R/onAttach.R (rev 0) +++ trunk/gregmisc/R/onAttach.R 2013-06-28 21:37:23 UTC (rev 1686) @@ -0,0 +1,11 @@ +# $Id$ + +.onAttach <- function(libname, pkgname) +{ + packageStartupMessage( + "All functionality of the `gregmisc' package has been moved", + "into the four 'g' packages: gdata, gtools, gmodels, and gplots. ", + "This package is retained to make it easy to install and load", + "the full set. Please consider loading these packages directly." + ) +} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |