Package: ConsTree
Title: Fast Algorithms for Phylogenetic Consensus Trees
Version: 1.0.0
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("Jesper", "Jansson", role = "cph",
         comment = "Consensus algorithms (FACT, FACT2, FDCT)"),
  person("Chuanqi", "Shen", role = "cph",
         comment = "Consensus algorithms (FACT)"),
  person("Wing-Kin", "Sung", role = "cph",
         comment = "Consensus algorithms (FACT, FACT2, FDCT)")
  )
License: GPL (>= 3)
Copyright: Incorporates C++ code from 'FACT' (GPL-3,
        doi:10.1145/2925985), 'FACT2' and 'FDCT', by kind permission of
        Jesper Jansson and colleagues.
Description: Efficient construction of phylogenetic consensus trees.  Methods
  include strict, majority-rule, majority-rule (+), loose (combinable component
  / semi-strict), greedy, Adams, frequency difference, R*, and local consensus.
URL: https://constree.github.io/
BugReports: https://github.com/ms609/ConsTree/issues/
Depends: R (>= 4.1.0),
Imports: ape (>= 5.6), Rcpp (>= 1.0.0), Rdpack (>= 2.6), TreeTools (>=
        2.3.0),
LinkingTo: Rcpp, TreeTools (>= 2.1.0),
SystemRequirements: C++17
Suggests: knitr, Quartet, rmarkdown, spelling, testthat (>= 3.0),
        TreeSearch (>= 2.0.0),
VignetteBuilder: knitr
Config/testthat/edition: 3
Config/testthat/parallel: false
Config/roxygen2/version: 8.0.0
Config/Needs/memcheck: pkgdown, testthat
RdMacros: Rdpack
Encoding: UTF-8
Language: en-GB
NeedsCompilation: yes
Packaged: 2026-09-07 16:42:01 UTC; pjjg18
Author: Martin R. Smith [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0001-5660-1727>),
  Jesper Jansson [cph] (Consensus algorithms (FACT, FACT2, FDCT)),
  Chuanqi Shen [cph] (Consensus algorithms (FACT)),
  Wing-Kin Sung [cph] (Consensus algorithms (FACT, FACT2, FDCT))
Maintainer: Martin R. Smith <martin.smith@durham.ac.uk>
Repository: CRAN
Date/Publication: 2026-09-15 12:10:19 UTC
