emmanuelparadis / ape

analysis of phylogenetics and evolution
http://ape-package.ird.fr/
GNU General Public License v2.0
52 stars 11 forks source link

help with source/func calls #109

Closed peterdunson closed 7 months ago

peterdunson commented 7 months ago

as.phylo.formula <- function(x, data = parent.frame(), collapse = TRUE, ...)

KlausVigo commented 7 months ago

Dear @peterdunson, why do you want to add getwd() and library(ape) here? Calling library(ape) within the package should never be necessary. Regards, Klaus