Package: tidytree Title: A Tidy Tool for Phylogenetic Tree Data Manipulation Version: 0.4.8 Authors@R: c( person("Guangchuang", "Yu", email = "guangchuangyu@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-6485-8781")), person("Bradley", "Jones", email = "brj1@sfu.ca", role = "ctb"), person("Zebulun", "Arendsee", email = "zbwrnz@gmail.com", role = "ctb") ) Description: Phylogenetic trees contain components such as nodes, edges, branches, and associated data. As the core data manipulation tool in the 'ggtree' ecosystem, 'tidytree' provides tools for converting tree objects to tidy data frames and tidy interfaces for manipulating, analyzing, and visualizing tree data. Depends: R (>= 3.4.0) Imports: ape, dplyr, lazyeval, magrittr, methods, rlang, tibble, tidyr, tidyselect, yulab.utils (>= 0.1.5), pillar, cli Suggests: testthat, utils ByteCompile: true License: Artistic-2.0 URL: https://yulab-smu.top/contribution-tree-data/ BugReports: https://github.com/YuLab-SMU/tidytree/issues Encoding: UTF-8 Roxygen: list(markdown = TRUE) Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: cmake make libicu-dev libuv1-dev Repository: https://phylotastic.r-universe.dev Date/Publication: 2026-07-02 01:26:41 UTC RemoteUrl: https://github.com/YuLab-SMU/tidytree RemoteRef: HEAD RemoteSha: 30d455e77fe3dc7d4ff14e0ebb02fc87029d76c4 NeedsCompilation: no Packaged: 2026-07-02 02:45:34 UTC; root Author: Guangchuang Yu [aut, cre, cph] (ORCID: ), Bradley Jones [ctb], Zebulun Arendsee [ctb] Maintainer: Guangchuang Yu