@@ -25,7 +25,6 @@ S3method(bake,step_epi_lag)
2525S3method(bake,step_epi_slide)
2626S3method(bake,step_growth_rate)
2727S3method(bake,step_lag_difference)
28- S3method(bake,step_panel_normalize)
2928S3method(bake,step_population_scaling)
3029S3method(bake,step_training_window)
3130S3method(detect_layer,frosting)
@@ -66,7 +65,6 @@ S3method(prep,step_epi_lag)
6665S3method(prep,step_epi_slide)
6766S3method(prep,step_growth_rate)
6867S3method(prep,step_lag_difference)
69- S3method(prep,step_panel_normalize)
7068S3method(prep,step_population_scaling)
7169S3method(prep,step_training_window)
7270S3method(print,alist)
@@ -98,7 +96,6 @@ S3method(print,step_epi_slide)
9896S3method(print,step_growth_rate)
9997S3method(print,step_lag_difference)
10098S3method(print,step_naomit)
101- S3method(print,step_panel_normalize)
10299S3method(print,step_population_scaling)
103100S3method(print,step_training_window)
104101S3method(quantile,dist_quantiles)
@@ -124,7 +121,6 @@ S3method(snap,distribution)
124121S3method(tidy,check_enough_train_data)
125122S3method(tidy,frosting)
126123S3method(tidy,layer)
127- S3method(tidy,step_panel_normalize)
128124S3method(update,layer)
129125S3method(vec_ptype_abbr,dist_quantiles)
130126S3method(vec_ptype_full,dist_quantiles)
@@ -209,7 +205,6 @@ export(step_epi_naomit)
209205export(step_epi_slide)
210206export(step_growth_rate)
211207export(step_lag_difference)
212- export(step_panel_normalize)
213208export(step_population_scaling)
214209export(step_training_window)
215210export(tibble)
0 commit comments