-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
117 lines (116 loc) · 3.15 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
# Generated by roxygen2: do not edit by hand
S3method(autoplot,gplm)
S3method(autoplot,gplm0)
S3method(autoplot,plm)
S3method(autoplot,plm0)
S3method(autoplot,tournament)
S3method(get_report,gplm)
S3method(get_report,gplm0)
S3method(get_report,plm)
S3method(get_report,plm0)
S3method(get_report,tournament)
S3method(get_report_pages,gplm)
S3method(get_report_pages,gplm0)
S3method(get_report_pages,plm)
S3method(get_report_pages,plm0)
S3method(get_report_pages,tournament)
S3method(plot,gplm)
S3method(plot,gplm0)
S3method(plot,plm)
S3method(plot,plm0)
S3method(plot,tournament)
S3method(predict,gplm)
S3method(predict,gplm0)
S3method(predict,plm)
S3method(predict,plm0)
S3method(print,gplm)
S3method(print,gplm0)
S3method(print,plm)
S3method(print,plm0)
S3method(print,tournament)
S3method(summary,gplm)
S3method(summary,gplm0)
S3method(summary,plm)
S3method(summary,plm0)
S3method(summary,tournament)
export(gather_draws)
export(get_report)
export(get_report_pages)
export(gplm)
export(gplm0)
export(plm)
export(plm0)
export(spread_draws)
export(tournament)
import(Rcpp)
importFrom(ggplot2,"%+replace%")
importFrom(ggplot2,aes)
importFrom(ggplot2,autoplot)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,expansion)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_abline)
importFrom(ggplot2,geom_blank)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_label)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_path)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggplotGrob)
importFrom(ggplot2,ggplot_build)
importFrom(ggplot2,ggplot_gtable)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,label_parsed)
importFrom(ggplot2,labs)
importFrom(ggplot2,margin)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_colour_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,stat_boxplot)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_classic)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(grid,gpar)
importFrom(grid,grid.draw)
importFrom(grid,textGrob)
importFrom(grid,unit)
importFrom(grid,unit.pmax)
importFrom(gridExtra,arrangeGrob)
importFrom(gridExtra,grid.arrange)
importFrom(gridExtra,tableGrob)
importFrom(gridExtra,ttheme_minimal)
importFrom(parallel,clusterExport)
importFrom(parallel,clusterSetRNGStream)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,parLapply)
importFrom(parallel,stopCluster)
importFrom(rlang,.data)
importFrom(scales,extended_breaks)
importFrom(stats,approx)
importFrom(stats,dist)
importFrom(stats,dnorm)
importFrom(stats,median)
importFrom(stats,optim)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,var)
importFrom(utils,askYesNo)
importFrom(utils,capture.output)
useDynLib(bdrc, .registration = TRUE)