-
Notifications
You must be signed in to change notification settings - Fork 101
/
NAMESPACE
396 lines (395 loc) · 12 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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
# Generated by roxygen2: do not edit by hand
S3method(add_time,Date)
S3method(add_time,POSIXt)
S3method(add_time,character)
S3method(add_time,default)
S3method(add_time,numeric)
S3method(add_time,yearmon)
S3method(add_time,yearqtr)
S3method(anomalize,data.frame)
S3method(anomalize,grouped_df)
S3method(bake,step_box_cox)
S3method(bake,step_diff)
S3method(bake,step_fourier)
S3method(bake,step_holiday_signature)
S3method(bake,step_log_interval)
S3method(bake,step_slidify)
S3method(bake,step_slidify_augment)
S3method(bake,step_smooth)
S3method(bake,step_timeseries_signature)
S3method(bake,step_ts_clean)
S3method(bake,step_ts_impute)
S3method(bake,step_ts_pad)
S3method(between_time,Date)
S3method(between_time,POSIXct)
S3method(between_time,default)
S3method(between_time,hms)
S3method(between_time,yearmon)
S3method(between_time,yearqtr)
S3method(complement,ts_cv_split)
S3method(condense_period,data.frame)
S3method(condense_period,default)
S3method(filter_by_time,data.frame)
S3method(filter_by_time,default)
S3method(filter_period,data.frame)
S3method(filter_period,default)
S3method(fourier_vec,Date)
S3method(fourier_vec,POSIXct)
S3method(fourier_vec,default)
S3method(fourier_vec,double)
S3method(fourier_vec,integer)
S3method(fourier_vec,yearmon)
S3method(fourier_vec,yearqtr)
S3method(future_frame,data.frame)
S3method(future_frame,default)
S3method(future_frame,grouped_df)
S3method(has_timetk_idx,Arima)
S3method(has_timetk_idx,HoltWinters)
S3method(has_timetk_idx,StructTS)
S3method(has_timetk_idx,baggedETS)
S3method(has_timetk_idx,bats)
S3method(has_timetk_idx,data.frame)
S3method(has_timetk_idx,decomposed.ts)
S3method(has_timetk_idx,default)
S3method(has_timetk_idx,ets)
S3method(has_timetk_idx,forecast)
S3method(has_timetk_idx,fracdiff)
S3method(has_timetk_idx,nnetar)
S3method(has_timetk_idx,stl)
S3method(has_timetk_idx,stlm)
S3method(has_timetk_idx,ts)
S3method(has_timetk_idx,xts)
S3method(has_timetk_idx,zoo)
S3method(has_timetk_idx,zooreg)
S3method(mutate_by_time,data.frame)
S3method(mutate_by_time,default)
S3method(pad_by_time,data.frame)
S3method(pad_by_time,default)
S3method(pad_by_time,grouped_df)
S3method(parse_period,character)
S3method(parse_period,default)
S3method(plot_acf_diagnostics,data.frame)
S3method(plot_acf_diagnostics,grouped_df)
S3method(plot_anomalies,data.frame)
S3method(plot_anomalies,grouped_df)
S3method(plot_anomalies_cleaned,data.frame)
S3method(plot_anomalies_cleaned,grouped_df)
S3method(plot_anomalies_decomp,data.frame)
S3method(plot_anomalies_decomp,grouped_df)
S3method(plot_anomaly_diagnostics,data.frame)
S3method(plot_anomaly_diagnostics,grouped_df)
S3method(plot_seasonal_diagnostics,data.frame)
S3method(plot_seasonal_diagnostics,grouped_df)
S3method(plot_stl_diagnostics,data.frame)
S3method(plot_stl_diagnostics,grouped_df)
S3method(plot_time_series,data.frame)
S3method(plot_time_series,grouped_df)
S3method(plot_time_series_boxplot,data.frame)
S3method(plot_time_series_boxplot,grouped_df)
S3method(plot_time_series_cv_plan,data.frame)
S3method(plot_time_series_cv_plan,default)
S3method(plot_time_series_cv_plan,rolling_origin)
S3method(plot_time_series_cv_plan,time_series_cv)
S3method(plot_time_series_regression,data.frame)
S3method(plot_time_series_regression,grouped_df)
S3method(prep,step_box_cox)
S3method(prep,step_diff)
S3method(prep,step_fourier)
S3method(prep,step_holiday_signature)
S3method(prep,step_log_interval)
S3method(prep,step_slidify)
S3method(prep,step_slidify_augment)
S3method(prep,step_smooth)
S3method(prep,step_timeseries_signature)
S3method(prep,step_ts_clean)
S3method(prep,step_ts_impute)
S3method(prep,step_ts_pad)
S3method(print,step_box_cox)
S3method(print,step_diff)
S3method(print,step_fourier)
S3method(print,step_holiday_signature)
S3method(print,step_log_interval)
S3method(print,step_slidify)
S3method(print,step_slidify_augment)
S3method(print,step_smooth)
S3method(print,step_timeseries_signature)
S3method(print,step_ts_clean)
S3method(print,step_ts_impute)
S3method(print,step_ts_pad)
S3method(print,time_series_cv)
S3method(required_pkgs,step_box_cox)
S3method(required_pkgs,step_diff)
S3method(required_pkgs,step_fourier)
S3method(required_pkgs,step_holiday_signature)
S3method(required_pkgs,step_log_interval)
S3method(required_pkgs,step_slidify)
S3method(required_pkgs,step_slidify_augment)
S3method(required_pkgs,step_smooth)
S3method(required_pkgs,step_timeseries_signature)
S3method(required_pkgs,step_ts_clean)
S3method(required_pkgs,step_ts_impute)
S3method(required_pkgs,step_ts_pad)
S3method(slice_period,data.frame)
S3method(slice_period,default)
S3method(split_to_list,Date)
S3method(split_to_list,POSIXct)
S3method(split_to_list,character)
S3method(split_to_list,default)
S3method(split_to_list,hms)
S3method(split_to_list,yearmon)
S3method(split_to_list,yearqtr)
S3method(subtract_time,Date)
S3method(subtract_time,POSIXt)
S3method(subtract_time,character)
S3method(subtract_time,default)
S3method(subtract_time,numeric)
S3method(subtract_time,yearmon)
S3method(subtract_time,yearqtr)
S3method(summarise_by_time,data.frame)
S3method(summarise_by_time,default)
S3method(tidy,step_box_cox)
S3method(tidy,step_diff)
S3method(tidy,step_fourier)
S3method(tidy,step_holiday_signature)
S3method(tidy,step_log_interval)
S3method(tidy,step_slidify)
S3method(tidy,step_slidify_augment)
S3method(tidy,step_smooth)
S3method(tidy,step_timeseries_signature)
S3method(tidy,step_ts_clean)
S3method(tidy,step_ts_impute)
S3method(tidy,step_ts_pad)
S3method(tk_acf_diagnostics,data.frame)
S3method(tk_acf_diagnostics,grouped_df)
S3method(tk_anomaly_diagnostics,data.frame)
S3method(tk_anomaly_diagnostics,grouped_df)
S3method(tk_augment_differences,data.frame)
S3method(tk_augment_differences,default)
S3method(tk_augment_differences,grouped_df)
S3method(tk_augment_fourier,data.frame)
S3method(tk_augment_fourier,default)
S3method(tk_augment_fourier,grouped_df)
S3method(tk_augment_holiday_signature,data.frame)
S3method(tk_augment_holiday_signature,default)
S3method(tk_augment_lags,data.frame)
S3method(tk_augment_lags,default)
S3method(tk_augment_lags,grouped_df)
S3method(tk_augment_leads,data.frame)
S3method(tk_augment_leads,default)
S3method(tk_augment_leads,grouped_df)
S3method(tk_augment_slidify,data.frame)
S3method(tk_augment_slidify,default)
S3method(tk_augment_slidify,grouped_df)
S3method(tk_augment_timeseries_signature,data.frame)
S3method(tk_augment_timeseries_signature,default)
S3method(tk_augment_timeseries_signature,grouped_df)
S3method(tk_augment_timeseries_signature,xts)
S3method(tk_augment_timeseries_signature,zoo)
S3method(tk_get_holiday_signature,Date)
S3method(tk_get_holiday_signature,POSIXt)
S3method(tk_get_holiday_signature,character)
S3method(tk_get_holiday_signature,default)
S3method(tk_get_timeseries_signature,Date)
S3method(tk_get_timeseries_signature,POSIXt)
S3method(tk_get_timeseries_signature,default)
S3method(tk_get_timeseries_signature,numeric)
S3method(tk_get_timeseries_signature,yearmon)
S3method(tk_get_timeseries_signature,yearqtr)
S3method(tk_get_timeseries_summary,Date)
S3method(tk_get_timeseries_summary,POSIXt)
S3method(tk_get_timeseries_summary,default)
S3method(tk_get_timeseries_summary,numeric)
S3method(tk_get_timeseries_summary,yearmon)
S3method(tk_get_timeseries_summary,yearqtr)
S3method(tk_index,Arima)
S3method(tk_index,HoltWinters)
S3method(tk_index,StructTS)
S3method(tk_index,baggedETS)
S3method(tk_index,bats)
S3method(tk_index,data.frame)
S3method(tk_index,decomposed.ts)
S3method(tk_index,default)
S3method(tk_index,ets)
S3method(tk_index,forecast)
S3method(tk_index,fracdiff)
S3method(tk_index,nnetar)
S3method(tk_index,stl)
S3method(tk_index,stlm)
S3method(tk_index,ts)
S3method(tk_index,xts)
S3method(tk_index,zoo)
S3method(tk_index,zooreg)
S3method(tk_make_future_timeseries,Date)
S3method(tk_make_future_timeseries,POSIXt)
S3method(tk_make_future_timeseries,numeric)
S3method(tk_make_future_timeseries,yearmon)
S3method(tk_make_future_timeseries,yearqtr)
S3method(tk_seasonal_diagnostics,data.frame)
S3method(tk_seasonal_diagnostics,grouped_df)
S3method(tk_stl_diagnostics,data.frame)
S3method(tk_stl_diagnostics,grouped_df)
S3method(tk_summary_diagnostics,data.frame)
S3method(tk_summary_diagnostics,grouped_df)
S3method(tk_tbl,data.frame)
S3method(tk_tbl,default)
S3method(tk_tbl,irts)
S3method(tk_tbl,matrix)
S3method(tk_tbl,msts)
S3method(tk_tbl,timeSeries)
S3method(tk_tbl,ts)
S3method(tk_tbl,xts)
S3method(tk_tbl,zoo)
S3method(tk_tbl,zooreg)
S3method(tk_time_series_cv_plan,data.frame)
S3method(tk_time_series_cv_plan,default)
S3method(tk_time_series_cv_plan,rolling_origin)
S3method(tk_time_series_cv_plan,rset)
S3method(tk_time_series_cv_plan,rsplit)
S3method(tk_time_series_cv_plan,time_series_cv)
S3method(tk_tsfeatures,data.frame)
S3method(tk_tsfeatures,grouped_df)
S3method(tk_xts_,data.frame)
S3method(tk_xts_,default)
S3method(tk_xts_,ts)
S3method(tk_xts_,zooreg)
export("%+time%")
export("%-time%")
export("%||%")
export(":=")
export(.data)
export(add_time)
export(anomalize)
export(as_label)
export(as_name)
export(auto_lambda)
export(between_time)
export(box_cox_inv_vec)
export(box_cox_vec)
export(condense_period)
export(diff_inv_vec)
export(diff_vec)
export(enquo)
export(enquos)
export(expr)
export(filter_by_time)
export(filter_period)
export(fourier_vec)
export(future_frame)
export(get_tk_time_scale_template)
export(has_timetk_idx)
export(is_date_class)
export(lag_vec)
export(lead_vec)
export(log_interval_inv_vec)
export(log_interval_vec)
export(mutate_by_time)
export(normalize_inv_vec)
export(normalize_vec)
export(pad_by_time)
export(parse_date2)
export(parse_datetime2)
export(plot_acf_diagnostics)
export(plot_anomalies)
export(plot_anomalies_cleaned)
export(plot_anomalies_decomp)
export(plot_anomaly_diagnostics)
export(plot_seasonal_diagnostics)
export(plot_stl_diagnostics)
export(plot_time_series)
export(plot_time_series_boxplot)
export(plot_time_series_cv_plan)
export(plot_time_series_regression)
export(set_tk_time_scale_template)
export(slice_period)
export(slidify)
export(slidify_vec)
export(smooth_vec)
export(standardize_inv_vec)
export(standardize_vec)
export(step_box_cox)
export(step_diff)
export(step_fourier)
export(step_holiday_signature)
export(step_log_interval)
export(step_slidify)
export(step_slidify_augment)
export(step_smooth)
export(step_timeseries_signature)
export(step_ts_clean)
export(step_ts_impute)
export(step_ts_pad)
export(subtract_time)
export(summarise_by_time)
export(summarize_by_time)
export(sym)
export(syms)
export(time_series_cv)
export(time_series_split)
export(tk_acf_diagnostics)
export(tk_anomaly_diagnostics)
export(tk_augment_differences)
export(tk_augment_fourier)
export(tk_augment_holiday_signature)
export(tk_augment_lags)
export(tk_augment_leads)
export(tk_augment_slidify)
export(tk_augment_timeseries_signature)
export(tk_get_frequency)
export(tk_get_holiday_signature)
export(tk_get_holidays_by_year)
export(tk_get_timeseries_signature)
export(tk_get_timeseries_summary)
export(tk_get_timeseries_unit_frequency)
export(tk_get_timeseries_variables)
export(tk_get_trend)
export(tk_index)
export(tk_make_future_timeseries)
export(tk_make_holiday_sequence)
export(tk_make_timeseries)
export(tk_make_weekday_sequence)
export(tk_make_weekend_sequence)
export(tk_seasonal_diagnostics)
export(tk_stl_diagnostics)
export(tk_summary_diagnostics)
export(tk_tbl)
export(tk_time_scale_template)
export(tk_time_series_cv_plan)
export(tk_ts)
export(tk_ts_)
export(tk_ts_.data.frame)
export(tk_ts_.default)
export(tk_ts_dispatch_)
export(tk_tsfeatures)
export(tk_xts)
export(tk_xts_)
export(tk_zoo)
export(tk_zoo_)
export(tk_zooreg)
export(tk_zooreg_)
export(tk_zooreg_.data.frame)
export(tk_zooreg_.default)
export(tk_zooreg_dispatch_)
export(ts_clean_vec)
export(ts_impute_vec)
import(recipes)
import(timeDate)
importFrom(dplyr,"%>%")
importFrom(dplyr,n)
importFrom(generics,tidy)
importFrom(ggplot2,"%+replace%")
importFrom(lubridate,today)
importFrom(lubridate,year)
importFrom(recipes,rand_id)
importFrom(rlang,"%||%")
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,as_label)
importFrom(rlang,as_name)
importFrom(rlang,enquo)
importFrom(rlang,enquos)
importFrom(rlang,expr)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(rsample,complement)
importFrom(stats,na.pass)
importFrom(xts,xts)