]> git.donarmstrong.com Git - ape.git/blob - R/zzz.R
correcting 2 bugs in new dist.gene()
[ape.git] / R / zzz.R
1 ## zzz.R (2008-02-08)
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 .PlotPhyloEnv <- new.env()
11
12 .First.lib <- function(lib, pkg) {
13     require(nlme, quietly = TRUE)
14     library.dynam("ape", pkg, lib)
15 }