Hello,

Thank you for all your work developing and maintaining this great package!
This is likely a known issue already (and not a critical one), but since
the update to matrices in R 4.0 (they now have class c("matrix", "array")),
I have been getting warnings from ape::mst(). Specifically this:

Warning message:
In if (class(X) == "dist") X <- as.matrix(X) :
the condition has length > 1 and only the first element will be used

Which I think could be resolved by using is(X, "dist").

Thanks!
Kelly Street

        [[alternative HTML version deleted]]

_______________________________________________
R-sig-phylo mailing list - R-sig-phylo@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-sig-phylo
Searchable archive at http://www.mail-archive.com/r-sig-phylo@r-project.org/

Reply via email to