-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
50 lines (49 loc) · 1.21 KB
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
export(annotate_server)
export(annotate_ui)
export(branches_server)
export(branches_ui)
export(draw_server)
export(draw_ui)
export(layout_server)
export(layout_ui)
export(main_server)
export(main_ui)
export(make_phynotate)
export(misc_server)
export(misc_ui)
export(plotarea_server)
export(plotarea_ui)
export(show_modules)
export(srv_list)
export(tips_server)
export(tips_ui)
export(uis_list)
import(shiny)
importFrom(ape,as.phylo)
importFrom(ape,branching.times)
importFrom(ape,getMRCA)
importFrom(ape,node.depth.edgelength)
importFrom(ggplot2,aes)
importFrom(ggplot2,expansion)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggtree,geom_cladelabel)
importFrom(ggtree,geom_tiplab)
importFrom(ggtree,geom_tiplab2)
importFrom(ggtree,ggtree)
importFrom(rlang,"!!!")
importFrom(rlang,.data)
importFrom(rlang,exec)
importFrom(stats,median)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stringr,regex)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_remove)
importFrom(stringr,str_replace)
importFrom(tidytree,as.phylo)
importFrom(tidytree,as.treedata)
importFrom(tidytree,as_tibble)
importFrom(utils,globalVariables)