-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
135 lines (134 loc) · 3.59 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
# Generated by roxygen2: do not edit by hand
export(DF_date_vector)
export(Flag_From_Trend)
export(OOB_MSE_num_trees)
export(OffsetDFMaker)
export(OffsetDF_Plot)
export(OffsetHeatmap)
export(VariantPlot)
export(bagging)
export(buildCaseAnalysisDF)
export(buildRegressionEstimateTable)
export(buildWasteAnalysisDF)
export(classifyCaseRegression)
export(classifyQuantileFlagRegression)
export(classifyRegressionAnalysis)
export(computeJumps)
export(computeRankQuantiles)
export(countFlags)
export(createCaseFlag)
export(date_distance_calc)
export(date_distance_clamp)
export(date_distance_remove)
export(expSmoothMod)
export(factorVecByVec)
export(flagOutliers)
export(gen_INCMSE)
export(gen_OOB_pred)
export(heatmapcorfunc)
export(loessSmoothMod)
export(makeQuantileColumns)
export(random_linear_forest)
export(rankJumps)
export(removeOutliers)
export(sgolaySmoothMod)
exportClasses(random_linear_forest)
exportMethods(predict)
exportMethods(show)
exportMethods(summary)
importFrom(RcppRoll,roll_mean)
importFrom(RcppRoll,roll_sum)
importFrom(data.table,transpose)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,count)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,group_split)
importFrom(dplyr,lag)
importFrom(dplyr,lead)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,sym)
importFrom(dplyr,ungroup)
importFrom(forecast,ets)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_rect)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_fill_gradient)
importFrom(ggplot2,scale_fill_gradient2)
importFrom(ggplot2,scale_fill_gradientn)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_x_date)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,scale_y_discrete)
importFrom(ggplot2,theme)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(grDevices,rainbow)
importFrom(gridExtra,grid.arrange)
importFrom(methods,new)
importFrom(methods,show)
importFrom(partykit,lmtree)
importFrom(patchwork,plot_layout)
importFrom(patchwork,wrap_plots)
importFrom(plotly,ggplotly)
importFrom(plyr,join_all)
importFrom(randomForest,na.roughfix)
importFrom(reshape2,melt)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rsample,analysis)
importFrom(rsample,assessment)
importFrom(rsample,bootstraps)
importFrom(scales,label_percent)
importFrom(stats,as.formula)
importFrom(stats,ccf)
importFrom(stats,cor)
importFrom(stats,dgamma)
importFrom(stats,lm)
importFrom(stats,loess)
importFrom(stats,na.exclude)
importFrom(stats,na.omit)
importFrom(stats,na.pass)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,stepfun)
importFrom(stats,terms.formula)
importFrom(stats,time)
importFrom(stats,var)
importFrom(stats,weighted.mean)
importFrom(tidyr,all_of)
importFrom(tidyr,drop_na)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyselect,any_of)
importFrom(tidyselect,everything)
importFrom(tidyselect,starts_with)
importFrom(tidyselect,where)
importFrom(zoo,rollapply)
importFrom(zoo,rollmean)
importFrom(zoo,rollsumr)