ms609 / TreeDist

Calculate distances between phylogenetic trees in R
https://ms609.github.io/TreeDist/
29 stars 6 forks source link

Internalize SPR.dist #16

Open ms609 opened 4 years ago

ms609 commented 4 years ago

Currently calls phangorn's SPR.dist. We can improve performance and stability, and drop import of phangorn, by moving more of this from R to C.

ms609 commented 2 years ago

See branch no-phangorn