Package: treeio
Title: Base Classes and Functions for Phylogenetic Tree Input and
        Output
Version: 1.11.3
Authors@R: c(
    person("Guangchuang", "Yu",     email = "guangchuangyu@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6485-8781")),
    person("Tommy Tsan-Yuk", "Lam", email = "tylam.tommy@gmail.com",   role = c("ctb", "ths")),
    person("Casey", "Dunn",         email = "casey_dunn@brown.edu",    role = "ctb"),
    person("Bradley", "Jones",      email = "brj1@sfu.ca",             role = "ctb"),
    person("Tyler", "Bradley",      email = "tcb85@drexel.edu",        role = "ctb"),
    person("Shuangbin", "Xu",       email = "xshuangbin@163.com",      role = "ctb",           comment = c(ORCID="0000-0003-3513-5362"))
	  )
Description: 'treeio' is an R package to make it easier to import and store phylogenetic tree with associated data; and to link external data from different sources to phylogeny. It also supports exporting phylogenetic tree with heterogeneous associated data to a single tree file and can be served as a platform for merging tree with associated data and converting file formats.
Depends: R (>= 3.4.0)
Imports: ape, dplyr, jsonlite, magrittr, methods, rlang, tibble,
        tidytree (>= 0.2.6), utils
Suggests: Biostrings, ggplot2, ggtree, igraph, knitr, phangorn,
        prettydoc, testthat, tidyr, vroom, xml2
VignetteBuilder: knitr
ByteCompile: true
License: Artistic-2.0
Encoding: UTF-8
URL: https://github.com/YuLab-SMU/treeio (devel),
        https://docs.ropensci.org/treeio/ (docs),
        https://yulab-smu.github.io/treedata-book/ (book)
BugReports: https://github.com/YuLab-SMU/treeio/issues
LazyData: true
biocViews: Software, Annotation, Clustering, DataImport,
        DataRepresentation, Alignment, MultipleSequenceAlignment
RoxygenNote: 7.0.2
git_url: https://git.bioconductor.org/packages/treeio
git_branch: master
git_last_commit: 8177689
git_last_commit_date: 2020-04-09
Date/Publication: 2020-04-09
NeedsCompilation: no
Packaged: 2020-04-10 05:45:09 UTC; biocbuild
Author: Guangchuang Yu [aut, cre] (<https://orcid.org/0000-0002-6485-8781>),
  Tommy Tsan-Yuk Lam [ctb, ths],
  Casey Dunn [ctb],
  Bradley Jones [ctb],
  Tyler Bradley [ctb],
  Shuangbin Xu [ctb] (<https://orcid.org/0000-0003-3513-5362>)
Maintainer: Guangchuang Yu <guangchuangyu@gmail.com>
Built: R 4.0.0; ; 2020-04-10 17:12:28 UTC; windows
