X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=R%2Fzzz.R;h=b86027394c7dfae779b35b284f392c19b24d986e;hb=d88302b4735b5b7c9132387090bb592d906fe1cb;hp=67c781d5d4776ad0088655d57fbde4cb03864790;hpb=2e3b8be33765d5311e071efb39871249d16f7e30;p=ape.git diff --git a/R/zzz.R b/R/zzz.R index 67c781d..b860273 100644 --- 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) }