Package: TreeTools Title: Create, Modify and Analyse Phylogenetic Trees Version: 2.4.0.9000 Authors@R: c( person("Martin R.", 'Smith', role = c("aut", "cre", "cph"), email = "martin.smith@durham.ac.uk", comment = c(ORCID = "0000-0001-5660-1727")), person(given = "Emmanuel", family = "Paradis", role = c("cph"), comment = c(ORCID = "0000-0003-3092-2199", "ape library")), person(given = "Robert", family = "Noble", role = c("cph"), comment = c(ORCID = "0000-0002-8057-4252", "RUtreebalance")) ) License: GPL (>= 3) Copyright: Incorporates C/C++ code from 'ape' by Emmanuel Paradis and 'RUtreebalance' by Robert Noble . Description: Efficient implementations of functions for the creation, modification and analysis of phylogenetic trees. Applications include: generation of trees with specified shapes; tree rearrangement; analysis of tree shape; rooting of trees and extraction of subtrees; calculation and depiction of split support; plotting the position of rogue taxa (Klopfstein & Spasojevic 2019) ; calculation of ancestor-descendant relationships, of 'stemwardness' (Asher & Smith, 2022) , and of tree balance (Mir et al. 2013, Lemant et al. 2022) , ; artificial extinction (Asher & Smith, 2022) ; import and export of trees from Newick, Nexus (Maddison et al. 1997) , and TNT formats; and analysis of splits and cladistic information. URL: https://ms609.github.io/TreeTools/, https://github.com/ms609/TreeTools/ BugReports: https://github.com/ms609/TreeTools/issues/ SystemRequirements: C++17 Depends: R (>= 3.6.0), ape (>= 5.6), Imports: bit64, methods, PlotTools, Rdpack (>= 2.6.6), Suggests: fastmatch (>= 1.1.3), RCurl, spelling, knitr, phangorn (>= 2.2.1), Rcpp (>= 1.0.8), rmarkdown, testthat (>= 3.0), TreeDist, TreeSearch, vdiffr (>= 1.0.0), Config/Needs/benchmark: bench, TreeDist Config/Needs/check: rcmdcheck, testthat Config/Needs/coverage: covr Config/Needs/memcheck: pkgdown, testthat Config/Needs/metadata: codemeta Config/Needs/revdeps: revdepcheck Config/Needs/website: pkgdown Config/roxygen2/version: 8.0.0 Config/testthat/parallel: false Config/testthat/edition: 3 LinkingTo: Rcpp RdMacros: Rdpack LazyData: true ByteCompile: true Encoding: UTF-8 Language: en-GB VignetteBuilder: knitr Roxygen: list(markdown = TRUE) Repository: https://phylotastic.r-universe.dev Date/Publication: 2026-06-26 12:44:39 UTC RemoteUrl: https://github.com/ms609/TreeTools RemoteRef: HEAD RemoteSha: b7cc69293b07fd166aed0b1415b3c40f5e07a6cd NeedsCompilation: yes Packaged: 2026-06-26 13:20:07 UTC; root Author: Martin R. Smith [aut, cre, cph] (ORCID: ), Emmanuel Paradis [cph] (ORCID: , ape library), Robert Noble [cph] (ORCID: , RUtreebalance) Maintainer: Martin R. Smith