-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNAMESPACE
90 lines (87 loc) · 2.46 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
exportPattern("^[[:alpha:]]+")
importFrom(Rcpp, sourceCpp)
importFrom(Rcpp, evalCpp)
#import(RcppArmadillo)
#import(RcppEigen)
importFrom(signal,sgolayfilt)
import(stats)
importFrom(RColorBrewer,brewer.pal)
importFrom(Rcpp,sourceCpp)
importFrom(abind,abind)
importFrom(colorRamps,matlab.like)
importFrom(colorRamps,matlab.like2)
importFrom(ellipse,ellipse)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_hline)
importFrom(ggrepel,geom_label_repel)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_polygon)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_alpha)
importFrom(ggplot2,scale_colour_gradientn)
importFrom(ggplot2,scale_colour_manual)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,scale_x_reverse)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,scale_x_reverse)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,unit)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(ggrepel,geom_text_repel)
importFrom(grDevices,colorRampPalette)
importFrom(graphics,matplot)
importFrom(graphics,matpoints)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(methods,getSlots)
importFrom(methods,hasArg)
importFrom(methods,is)
importFrom(methods,new)
importFrom(methods,representation)
importFrom(methods,setClass)
importFrom(pROC,multiclass.roc)
importFrom(pROC,roc)
importFrom(parallel,detectCores)
importFrom(pcaMethods,pca)
importFrom(plotly,"%>%")
importFrom(plotly,add_lines)
importFrom(plotly,add_trace)
importFrom(plotly,layout)
importFrom(plotly,plot_ly)
importFrom(plyr,ddply)
importFrom(plyr,.)
importFrom(ptw,asysm)
importFrom(reshape2,melt)
importFrom(scales,breaks_pretty)
importFrom(stats,approxfun)
importFrom(stats,as.formula)
importFrom(stats,ccf)
importFrom(stats,cor)
importFrom(stats,cov)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,p.adjust)
importFrom(stats,pf)
importFrom(stats,sd)
importFrom(stats,t.test)
importFrom(stats,var)
importFrom(utils,methods)
importFrom(utils,combn)
useDynLib(metabom8, .registration = TRUE)