]> git.donarmstrong.com Git - ape.git/blobdiff - R/zzz.R
stabler and faster C code for ME and BIONJ
[ape.git] / R / zzz.R
diff --git a/R/zzz.R b/R/zzz.R
index 67c781d5d4776ad0088655d57fbde4cb03864790..b86027394c7dfae779b35b284f392c19b24d986e 100644 (file)
--- a/R/zzz.R
+++ b/R/zzz.R
@@ -1,15 +1,13 @@
-## zzz.R (2003-05-05)
+## zzz.R (2008-01-14)
 
 ##   Library Loading
 
-## Copyright 2003 Emmanuel Paradis
+## Copyright 2003-2008 Emmanuel Paradis
 
 ## This file is part of the R-package `ape'.
 ## See the file ../COPYING for licensing issues.
 
 .First.lib <- function(lib, pkg) {
-    require(gee)
-    require(nlme)
-    require(lattice)
+    require(nlme, quietly = TRUE)
     library.dynam("ape", pkg, lib)
 }