2
2
3
3
S3method(Add_model,epi_workflow)
4
4
S3method(Add_model,workflow)
5
- S3method(Math,dist_quantiles)
6
- S3method(Ops,dist_quantiles)
7
5
S3method(Remove_model,epi_workflow)
8
6
S3method(Remove_model,workflow)
9
7
S3method(Update_model,epi_workflow)
@@ -41,20 +39,14 @@ S3method(extract_frosting,default)
41
39
S3method(extract_frosting,epi_workflow)
42
40
S3method(extract_layers,frosting)
43
41
S3method(extract_layers,workflow)
44
- S3method(extrapolate_quantiles,dist_default)
45
- S3method(extrapolate_quantiles,dist_quantiles)
46
- S3method(extrapolate_quantiles,distribution)
42
+ S3method(extrapolate_quantiles,quantile_pred)
47
43
S3method(fit,epi_workflow)
48
44
S3method(flusight_hub_formatter,canned_epipred)
49
45
S3method(flusight_hub_formatter,data.frame)
50
46
S3method(forecast,epi_workflow)
51
- S3method(format,dist_quantiles)
52
- S3method(is.na,dist_quantiles)
53
- S3method(is.na,distribution)
54
47
S3method(key_colnames,epi_workflow)
55
48
S3method(key_colnames,recipe)
56
- S3method(mean,dist_quantiles)
57
- S3method(median,dist_quantiles)
49
+ S3method(mean,quantile_pred)
58
50
S3method(predict,epi_workflow)
59
51
S3method(predict,flatline)
60
52
S3method(prep,check_enough_train_data)
@@ -86,7 +78,6 @@ S3method(print,layer_naomit)
86
78
S3method(print,layer_point_from_distn)
87
79
S3method(print,layer_population_scaling)
88
80
S3method(print,layer_predict)
89
- S3method(print,layer_predictive_distn)
90
81
S3method(print,layer_quantile_distn)
91
82
S3method(print,layer_residual_quantiles)
92
83
S3method(print,layer_threshold)
@@ -101,7 +92,7 @@ S3method(print,step_lag_difference)
101
92
S3method(print,step_naomit)
102
93
S3method(print,step_population_scaling)
103
94
S3method(print,step_training_window)
104
- S3method(quantile,dist_quantiles )
95
+ S3method(quantile,quantile_pred )
105
96
S3method(refresh_blueprint,default_epi_recipe_blueprint)
106
97
S3method(residuals,flatline)
107
98
S3method(run_mold,default_epi_recipe_blueprint)
@@ -112,25 +103,22 @@ S3method(slather,layer_naomit)
112
103
S3method(slather,layer_point_from_distn)
113
104
S3method(slather,layer_population_scaling)
114
105
S3method(slather,layer_predict)
115
- S3method(slather,layer_predictive_distn)
116
106
S3method(slather,layer_quantile_distn)
117
107
S3method(slather,layer_residual_quantiles)
118
108
S3method(slather,layer_threshold)
119
109
S3method(slather,layer_unnest)
120
110
S3method(snap,default)
121
- S3method(snap,dist_default)
122
- S3method(snap,dist_quantiles)
123
- S3method(snap,distribution)
111
+ S3method(snap,quantile_pred)
124
112
S3method(tidy,check_enough_train_data)
125
113
S3method(tidy,frosting)
126
114
S3method(tidy,layer)
127
115
S3method(update,layer)
128
- S3method(vec_ptype_abbr,dist_quantiles )
129
- S3method(vec_ptype_full,dist_quantiles )
130
- S3method(weighted_interval_score,default )
131
- S3method(weighted_interval_score,dist_default )
132
- S3method(weighted_interval_score,dist_quantiles )
133
- S3method(weighted_interval_score,distribution )
116
+ S3method(vec_arith,quantile_pred )
117
+ S3method(vec_arith.numeric,quantile_pred )
118
+ S3method(vec_arith.quantile_pred,numeric )
119
+ S3method(vec_math,quantile_pred )
120
+ S3method(vec_proxy_equal,quantile_pred )
121
+ S3method(weighted_interval_score,quantile_pred )
134
122
export("%>%")
135
123
export(Add_model)
136
124
export(Remove_model)
@@ -167,6 +155,7 @@ export(epi_workflow)
167
155
export(extract_argument)
168
156
export(extract_frosting)
169
157
export(extract_layers)
158
+ export(extract_quantile_levels)
170
159
export(extrapolate_quantiles)
171
160
export(filter)
172
161
export(fit)
@@ -203,6 +192,7 @@ export(pivot_quantiles_longer)
203
192
export(pivot_quantiles_wider)
204
193
export(pivot_wider)
205
194
export(prep)
195
+ export(quantile_pred)
206
196
export(quantile_reg)
207
197
export(rand_id)
208
198
export(remove_epi_recipe)
@@ -212,6 +202,7 @@ export(rename)
212
202
export(select)
213
203
export(slather)
214
204
export(smooth_quantile_reg)
205
+ export(snap)
215
206
export(step_adjust_latency)
216
207
export(step_climate)
217
208
export(step_epi_ahead)
@@ -230,7 +221,6 @@ export(update_frosting)
230
221
export(update_model)
231
222
export(validate_layer)
232
223
export(weighted_interval_score)
233
- import(distributional)
234
224
import(epidatasets)
235
225
import(epiprocess)
236
226
import(parsnip)
@@ -290,9 +280,12 @@ importFrom(ggplot2,geom_linerange)
290
280
importFrom(ggplot2,geom_point)
291
281
importFrom(ggplot2,geom_ribbon)
292
282
importFrom(glue,glue)
283
+ importFrom(hardhat,extract_quantile_levels)
293
284
importFrom(hardhat,extract_recipe)
285
+ importFrom(hardhat,quantile_pred)
294
286
importFrom(hardhat,refresh_blueprint)
295
287
importFrom(hardhat,run_mold)
288
+ importFrom(lifecycle,deprecated)
296
289
importFrom(lubridate,"%m-%")
297
290
importFrom(lubridate,leap_year)
298
291
importFrom(lubridate,month)
@@ -325,14 +318,11 @@ importFrom(rlang,list2)
325
318
importFrom(rlang,set_names)
326
319
importFrom(rlang,sym)
327
320
importFrom(stats,as.formula)
328
- importFrom(stats,family)
329
321
importFrom(stats,lm)
330
- importFrom(stats,median)
331
322
importFrom(stats,model.frame)
332
323
importFrom(stats,na.omit)
333
324
importFrom(stats,poly)
334
325
importFrom(stats,predict)
335
- importFrom(stats,qnorm)
336
326
importFrom(stats,quantile)
337
327
importFrom(stats,residuals)
338
328
importFrom(tibble,as_tibble)
@@ -347,12 +337,11 @@ importFrom(tidyr,unnest)
347
337
importFrom(tidyselect,all_of)
348
338
importFrom(utils,capture.output)
349
339
importFrom(vctrs,as_list_of)
350
- importFrom(vctrs,field)
351
- importFrom(vctrs,new_rcrd)
352
340
importFrom(vctrs,new_vctr)
341
+ importFrom(vctrs,vec_arith)
342
+ importFrom(vctrs,vec_arith.numeric)
353
343
importFrom(vctrs,vec_cast)
354
- importFrom(vctrs,vec_data)
355
- importFrom(vctrs,vec_ptype_abbr)
356
- importFrom(vctrs,vec_ptype_full)
344
+ importFrom(vctrs,vec_math)
345
+ importFrom(vctrs,vec_proxy_equal)
357
346
importFrom(vctrs,vec_recycle_common)
358
347
importFrom(workflows,extract_preprocessor)
0 commit comments