-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
46 lines (45 loc) · 1.29 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(mod_cladeAnnotator_server)
export(mod_cladeAnnotator_ui)
export(mod_displayTree_server)
export(mod_displayTree_ui)
export(mod_downloadImage_server)
export(mod_downloadImage_ui)
export(mod_exampleData_server)
export(mod_exampleData_ui)
export(mod_paramsTree_server)
export(mod_paramsTree_ui)
export(mod_uploadData_server)
export(mod_uploadData_ui)
export(read_data)
export(run_app)
import(shiny)
importFrom(ape,as.phylo)
importFrom(config,get)
importFrom(ggplot2,aes)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,xlim)
importFrom(ggtree,geom_cladelabel)
importFrom(ggtree,geom_text2)
importFrom(ggtree,geom_tiplab)
importFrom(ggtree,geom_treescale)
importFrom(ggtree,ggtree)
importFrom(ggtree,gheatmap)
importFrom(golem,with_golem_options)
importFrom(magrittr,"%>%")
importFrom(phylotools,sub.taxa.label)
importFrom(phytools,midpoint.root)
importFrom(readr,read_delim)
importFrom(shiny,NS)
importFrom(shiny,shinyApp)
importFrom(shiny,tagList)
importFrom(shinyjs,hide)
importFrom(shinyjs,show)
importFrom(shinythemes,shinytheme)
importFrom(stats,median)
importFrom(tibble,column_to_rownames)
importFrom(tidyr,drop_na)
importFrom(tidyr,pivot_longer)
importFrom(tidytree,as_tibble)
importFrom(treeio,read.newick)