Package: phylogram
Type: Package
Title: Dendrograms for Evolutionary Analysis
Version: 2.1.0
Authors@R: c(person("Shaun", "Wilkinson", role = c("aut", "cre"),
                     email = "shaunpwilkinson@gmail.com", 
                     comment = c(ORCID = '0000-0002-7332-7931')),
             person("Simon", "Davy", role = "aut",
                     email = "simon.davy@vuw.ac.nz", 
                     comment = c(ORCID = '0000-0003-3584-5356'))
                     )
Maintainer: Shaun Wilkinson <shaunpwilkinson@gmail.com>
Description: Contains functions for developing phylogenetic trees as
    deeply-nested lists ("dendrogram" objects).
    Enables bi-directional conversion between dendrogram and
    "phylo" objects
    (see Paradis et al (2004) <doi:10.1093/bioinformatics/btg412>),
    and features several tools for command-line tree
    manipulation and import/export via Newick parenthetic text.
License: GPL-3
LazyData: TRUE
URL: http://github.com/ropensci/phylogram
BugReports: http://github.com/ropensci/phylogram/issues
Encoding: UTF-8
Imports: ape (>= 4.0), methods, stats
Suggests: dendextend, knitr, rmarkdown, testthat
RoxygenNote: 6.0.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2018-06-25 11:46:26 UTC; shaun
Author: Shaun Wilkinson [aut, cre] (<https://orcid.org/0000-0002-7332-7931>),
  Simon Davy [aut] (<https://orcid.org/0000-0003-3584-5356>)
Repository: CRAN
Date/Publication: 2018-06-25 15:24:56 UTC
Built: R 4.0.2; ; 2020-07-15 07:57:09 UTC; unix
