## zzz.R (2008-01-14) ## Library Loading ## 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(nlme, quietly = TRUE) library.dynam("ape", pkg, lib) }