Package: mergeTrees
Type: Package
Title: Aggregating Trees
Version: 0.1.3
Authors@R: c(
  person("Audrey", "Hulot", role = c("aut", "cre"), email = "audrey.hulot@inra.fr"),
  person("Julien", "Chiquet", role = c("aut"), email = "julien.chiquet@inra.fr",
      comment = c(ORCID = "0000-0002-3629-3429")),
  person("Guillem", "Rigaill", role = c("aut"), email = "guillem.rigaill@inra.fr")
  )
Maintainer: Audrey Hulot <audrey.hulot@inra.fr>
Description: Aggregates a set of trees with the same leaves to create a consensus tree. The trees are typically 
  obtained via hierarchical clustering, hence the hclust format is used to encode both the aggregated trees and the final 
  consensus tree. The method is exact and proven to be O(nqlog(n)), n being the individuals and q being the number of trees to aggregate.
Encoding: UTF-8
LazyData: true
License: GPL (>= 2)
Imports: Rcpp
LinkingTo: Rcpp
RoxygenNote: 6.1.1
NeedsCompilation: yes
Packaged: 2019-07-10 11:07:50 UTC; hulot
Author: Audrey Hulot [aut, cre],
  Julien Chiquet [aut] (<https://orcid.org/0000-0002-3629-3429>),
  Guillem Rigaill [aut]
Repository: CRAN
Date/Publication: 2019-07-15 10:10:06 UTC
Built: R 4.3.3; aarch64-apple-darwin20; 2025-01-24 09:37:08 UTC; unix
Archs: mergeTrees.so.dSYM
