-
Notifications
You must be signed in to change notification settings - Fork 14
/
DESCRIPTION
38 lines (38 loc) · 1.25 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Package: tidytree
Title: A Tidy Tool for Phylogenetic Tree Data Manipulation
Version: 0.4.6.002
Authors@R: c(
person("Guangchuang", "Yu", email = "[email protected]", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-6485-8781")),
person("Bradley", "Jones", email = "[email protected]", role = "ctb"),
person("Zebulun", "Arendsee", email = "[email protected]", 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:
knitr,
rmarkdown,
prettydoc,
testthat,
utils
VignetteBuilder: knitr
ByteCompile: true
License: Artistic-2.0
URL: https://www.amazon.com/Integration-Manipulation-Visualization-Phylogenetic-Computational-ebook/dp/B0B5NLZR1Z/
BugReports: https://github.com/YuLab-SMU/tidytree/issues
Encoding: UTF-8
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)