@@ -20,6 +20,7 @@ S3method(autoplot,epi_workflow)
20
20
S3method(bake,check_enough_train_data)
21
21
S3method(bake,epi_recipe)
22
22
S3method(bake,step_adjust_latency)
23
+ S3method(bake,step_climate)
23
24
S3method(bake,step_epi_ahead)
24
25
S3method(bake,step_epi_lag)
25
26
S3method(bake,step_epi_slide)
@@ -59,6 +60,7 @@ S3method(predict,flatline)
59
60
S3method(prep,check_enough_train_data)
60
61
S3method(prep,epi_recipe)
61
62
S3method(prep,step_adjust_latency)
63
+ S3method(prep,step_climate)
62
64
S3method(prep,step_epi_ahead)
63
65
S3method(prep,step_epi_lag)
64
66
S3method(prep,step_epi_slide)
@@ -72,6 +74,7 @@ S3method(print,arx_fcast)
72
74
S3method(print,canned_epipred)
73
75
S3method(print,cdc_baseline_fcast)
74
76
S3method(print,check_enough_train_data)
77
+ S3method(print,climate_fcast)
75
78
S3method(print,epi_recipe)
76
79
S3method(print,epi_workflow)
77
80
S3method(print,flat_fcast)
@@ -89,6 +92,7 @@ S3method(print,layer_residual_quantiles)
89
92
S3method(print,layer_threshold)
90
93
S3method(print,layer_unnest)
91
94
S3method(print,step_adjust_latency)
95
+ S3method(print,step_climate)
92
96
S3method(print,step_epi_ahead)
93
97
S3method(print,step_epi_lag)
94
98
S3method(print,step_epi_slide)
@@ -152,6 +156,8 @@ export(cdc_baseline_args_list)
152
156
export(cdc_baseline_forecaster)
153
157
export(check_enough_train_data)
154
158
export(clean_f_name)
159
+ export(climate_args_list)
160
+ export(climatological_forecaster)
155
161
export(default_epi_recipe_blueprint)
156
162
export(detect_layer)
157
163
export(dist_quantiles)
@@ -207,6 +213,7 @@ export(select)
207
213
export(slather)
208
214
export(smooth_quantile_reg)
209
215
export(step_adjust_latency)
216
+ export(step_climate)
210
217
export(step_epi_ahead)
211
218
export(step_epi_lag)
212
219
export(step_epi_naomit)
@@ -286,6 +293,10 @@ importFrom(glue,glue)
286
293
importFrom(hardhat,extract_recipe)
287
294
importFrom(hardhat,refresh_blueprint)
288
295
importFrom(hardhat,run_mold)
296
+ importFrom(lubridate,"%m-%")
297
+ importFrom(lubridate,leap_year)
298
+ importFrom(lubridate,month)
299
+ importFrom(lubridate,yday)
289
300
importFrom(magrittr,"%>%")
290
301
importFrom(magrittr,extract2)
291
302
importFrom(recipes,bake)
0 commit comments