-
Notifications
You must be signed in to change notification settings - Fork 17
/
DESCRIPTION
57 lines (57 loc) · 1.05 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Package: itol.toolkit
Title: Helper Functions for 'Interactive Tree Of Life'
Version: 1.1.9
Authors@R:
person(
given = "Tong",
family = "Zhou",
role = c("aut", "cre"),
email = "[email protected]"
)
Description:
The 'Interactive Tree Of Life' <https://itol.embl.de/> online server can
edit and annotate trees interactively. The 'itol.toolkit' package can
support all types of annotation templates.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.2
Imports:
dplyr,
stringr,
stats,
seqinr,
utils,
methods,
tidyr,
ape,
data.table,
purrr,
wesanderson,
miniUI,
shiny,
rstudioapi,
colourpicker,
ggsci,
RColorBrewer
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
Depends:
R (>= 2.10)
LazyData: true
Collate:
'addins.R'
'color.R'
'data.R'
'learn.R'
'object.R'
'utils.R'
'output.R'
'user.R'
'ops.R'
'tree.R'
'zzz.R'