Package: tidytree Title: A Tidy Tool for Phylogenetic Tree Data Manipulation Version: 0.4.7 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 tree generally contains multiple components including node, edge, branch and associated data. 'tidytree' provides an approach to convert tree object to tidy data frame as well as provides tidy interfaces to manipulate 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-01 06:47:48 UTC RemoteUrl: https://github.com/YuLab-SMU/tidytree RemoteRef: HEAD RemoteSha: 97eabfb12bbc4c34ade976fa9355eb8146d84abc NeedsCompilation: no Packaged: 2026-07-01 10:48:30 UTC; root Author: Guangchuang Yu [aut, cre, cph] (ORCID: ), Bradley Jones [ctb], Zebulun Arendsee [ctb] Maintainer: Guangchuang Yu