## Export all names
exportPattern(".")

## Import required packages
import(stats)
import(graphics)
import(doParallel)
import(foreach)
import(parallel)
importFrom("utils", "combn", "setTxtProgressBar", "txtProgressBar", "write.table")
importFrom(geometry, convhulln)
importFrom(rcdd, d2q, q2d, redundant, scdd)
importFrom(ape, drop.tip, is.rooted, read.tree)
importFrom(picante, node.age)
importFrom(fastmatch, fmatch)
importFrom(itertools, isplitIndices)

## S3 methods
S3method(plot, decay)
