]> git.donarmstrong.com Git - ape.git/blob - R/zzz.R
stabler and faster C code for ME and BIONJ
[ape.git] / R / zzz.R
1 ## zzz.R (2008-01-14)
2
3 ##   Library Loading
4
5 ## Copyright 2003-2008 Emmanuel Paradis
6
7 ## This file is part of the R-package `ape'.
8 ## See the file ../COPYING for licensing issues.
9
10 .First.lib <- function(lib, pkg) {
11     require(nlme, quietly = TRUE)
12     library.dynam("ape", pkg, lib)
13 }