]> git.donarmstrong.com Git - ape.git/blobdiff - R/zzz.R
bunch of fixes for ape 3.0-2
[ape.git] / R / zzz.R
diff --git a/R/zzz.R b/R/zzz.R
index 943b12fbf6ef541be2283145a5c9cfeb47430ce3..9ab2b1cb161771912e67941fa962429c7b09503f 100644 (file)
--- a/R/zzz.R
+++ b/R/zzz.R
@@ -1,15 +1,10 @@
-## zzz.R (2008-02-08)
+## zzz.R (2009-01-12)
 
 ##   Library Loading
 
-## Copyright 2003-2008 Emmanuel Paradis
+## Copyright 2003-2009 Emmanuel Paradis
 
 ## This file is part of the R-package `ape'.
 ## See the file ../COPYING for licensing issues.
 
 .PlotPhyloEnv <- new.env()
-
-.First.lib <- function(lib, pkg) {
-    require(nlme, quietly = TRUE)
-    library.dynam("ape", pkg, lib)
-}