-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathNAMESPACE
53 lines (52 loc) · 1.4 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
51
52
53
# Generated by roxygen2: do not edit by hand
export(dateNumeric)
export(run_shinyTempSignal)
export(shinyTempSignal_set_theme)
import(ggplot2)
import(ggtree)
import(shiny)
import(shinydashboard)
importFrom(ape,Ntip)
importFrom(ape,as.phylo)
importFrom(ape,corBrownian)
importFrom(ape,drop.tip)
importFrom(ape,extract.clade)
importFrom(ape,nodepath)
importFrom(ape,pic)
importFrom(ape,read.nexus)
importFrom(ape,write.tree)
importFrom(forecast,forecast)
importFrom(ggpmisc,stat_poly_eq)
importFrom(ggprism,theme_prism)
importFrom(ggtree,Date2decimal)
importFrom(ggtree,rotate)
importFrom(golem,activate_js)
importFrom(golem,add_resource_path)
importFrom(golem,bundle_resources)
importFrom(golem,favicon)
importFrom(golem,with_golem_options)
importFrom(nlme,gls)
importFrom(shiny,shinyApp)
importFrom(shinyWidgets,colorPickr)
importFrom(shinyjs,toggle)
importFrom(shinyjs,useShinyjs)
importFrom(stats,acf)
importFrom(stats,as.formula)
importFrom(stats,cor)
importFrom(stats,cor.test)
importFrom(stats,lm)
importFrom(stats,na.omit)
importFrom(stats,pt)
importFrom(stats,qqnorm)
importFrom(stats,rstudent)
importFrom(stats,shapiro.test)
importFrom(stats,ts)
importFrom(treeio,merge_tree)
importFrom(treeio,read.beast)
importFrom(treeio,read.codeml)
importFrom(treeio,read.phylip.tree)
importFrom(treeio,rescale_tree)
importFrom(treeio,write.tree)
importFrom(utils,read.csv)
importFrom(utils,write.csv)
importFrom(yulab.utils,str_extract)