]> git.donarmstrong.com Git - ape.git/blobdiff - NAMESPACE
final commit for ape 3.0-8
[ape.git] / NAMESPACE
index 08f08996e6a84b74d053c6a599df7b790300b02a..082383304a07ab92cc363cf615fadc006bf9ab77 100644 (file)
--- a/NAMESPACE
+++ b/NAMESPACE
@@ -2,10 +2,9 @@ useDynLib(ape)
 
 exportPattern(".+")
 
-import(gee, nlme)
+import(nlme)
 importFrom(lattice, xyplot, panel.lines, panel.points)
 importFrom(stats, as.hclust, cophenetic, reorder)
-importFrom(expm, expm)
 
 S3method(print, phylo)
 S3method(plot, phylo)
@@ -25,3 +24,6 @@ S3method("[", DNAbin)
 S3method(labels, DNAbin)
 S3method(as.character, DNAbin)
 S3method(as.matrix, DNAbin)
+S3method(c, DNAbin)
+S3method(image, DNAbin)
+S3method(as.list, DNAbin)