Tools and timesavers for tinkering with phylogenetic trees and data in R.
- Author: Joseph Keating
- Maintainer: Joseph Keating
The development version of treesurgeon is available on Github. I aim to make the package availible on CRAN in the near future. To install treesurgeon from Github, use the install_github()
function in the devtools
package:
if (!require(remotes)){
install.packages("remotes")
}
remotes::install_github("evo-palaeo/treesurgeon")