Package: treeio
Title: Base Classes and Functions for Phylogenetic Tree Input and
        Output
Version: 1.34.0
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("Shuangbin", "Xu",       email = "xshuangbin@163.com",      role = "ctb",           comment = c(ORCID="0000-0003-3513-5362")),
    person("Bradley", "Jones",      email = "brj1@sfu.ca",             role = "ctb"),
    person("Casey", "Dunn",         email = "casey_dunn@brown.edu",    role = "ctb"),
    person("Tyler", "Bradley",      email = "tcb85@drexel.edu",        role = "ctb"),
    person("Konstantinos", "Geles", email = "konstantinos.geles@studenti.unicz.it", role = "ctb")
	  )
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 (>= 4.1.0)
Imports: ape, dplyr, jsonlite, magrittr, methods, rlang, stats, tibble,
        tidytree (>= 0.4.5), utils, yulab.utils (>= 0.1.6)
Suggests: Biostrings, cli, ggplot2, ggtree, igraph, knitr, rmarkdown,
        phangorn, prettydoc, purrr, testthat, tidyr, vroom, xml2, yaml
VignetteBuilder: knitr
ByteCompile: true
License: Artistic-2.0
Encoding: UTF-8
URL: https://yulab-smu.top/contribution-tree-data/
BugReports: https://github.com/YuLab-SMU/treeio/issues
biocViews: Software, Annotation, Clustering, DataImport,
        DataRepresentation, Alignment, MultipleSequenceAlignment,
        Phylogenetics
RoxygenNote: 7.3.2
git_url: https://git.bioconductor.org/packages/treeio
git_branch: RELEASE_3_22
git_last_commit: 68b1d91
git_last_commit_date: 2025-10-29
Repository: Bioconductor 3.22
Date/Publication: 2025-10-30
NeedsCompilation: no
Packaged: 2025-10-31 00:36:38 UTC; biocbuild
Author: Guangchuang Yu [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-6485-8781>),
  Tommy Tsan-Yuk Lam [ctb, ths],
  Shuangbin Xu [ctb] (ORCID: <https://orcid.org/0000-0003-3513-5362>),
  Bradley Jones [ctb],
  Casey Dunn [ctb],
  Tyler Bradley [ctb],
  Konstantinos Geles [ctb]
Maintainer: Guangchuang Yu <guangchuangyu@gmail.com>
