Revision: 1650
http://sourceforge.net/p/r-gregmisc/code/1650
Author: warnes
Date: 2013-05-11 16:59:58 +0000 (Sat, 11 May 2013)
Log Message:
-----------
Remove obsolete .First.lib()
Modified Paths:
--------------
trunk/SASxport/R/zzz.R
Modified: trunk/SASxport/R/zzz.R
===================================================================
--- trunk/SASxport/R/zzz.R 2013-03-24 05:42:57 UTC (rev 1649)
+++ trunk/SASxport/R/zzz.R 2013-05-11 16:59:58 UTC (rev 1650)
@@ -10,12 +10,6 @@
}
-
-.First.lib <- function(lib, pkg) {
- library.dynam("SASxport", pkg, lib)
- loadMessage()
-}
-
.onLoad <- function(lib, pkg) {
loadMessage()
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|