@@ -144,6 +144,8 @@ export(arx_class_epi_workflow)
144144export(arx_classifier)
145145export(arx_fcast_epi_workflow)
146146export(arx_forecaster)
147+ export(as_epi_df)
148+ export(as_tibble)
147149export(autoplot)
148150export(bake)
149151export(cdc_baseline_args_list)
@@ -160,6 +162,7 @@ export(extract_argument)
160162export(extract_frosting)
161163export(extract_layers)
162164export(extrapolate_quantiles)
165+ export(filter)
163166export(fit)
164167export(flatline)
165168export(flatline_args_list)
@@ -171,6 +174,7 @@ export(get_test_data)
171174export(is_epi_recipe)
172175export(is_epi_workflow)
173176export(is_layer)
177+ export(key_colnames)
174178export(layer)
175179export(layer_add_forecast_date)
176180export(layer_add_target_date)
@@ -184,17 +188,22 @@ export(layer_quantile_distn)
184188export(layer_residual_quantiles)
185189export(layer_threshold)
186190export(layer_unnest)
191+ export(mutate)
187192export(nested_quantiles)
188193export(new_default_epi_recipe_blueprint)
189194export(new_epi_recipe_blueprint)
195+ export(pivot_longer)
190196export(pivot_quantiles_longer)
191197export(pivot_quantiles_wider)
198+ export(pivot_wider)
192199export(prep)
193200export(quantile_reg)
194201export(rand_id)
195202export(remove_epi_recipe)
196203export(remove_frosting)
197204export(remove_model)
205+ export(rename)
206+ export(select)
198207export(slather)
199208export(smooth_quantile_reg)
200209export(step_adjust_latency)
@@ -208,6 +217,7 @@ export(step_population_scaling)
208217export(step_training_window)
209218export(tibble)
210219export(tidy)
220+ export(unnest)
211221export(update_epi_recipe)
212222export(update_frosting)
213223export(update_model)
@@ -256,8 +266,12 @@ importFrom(dplyr,summarize)
256266importFrom(dplyr,tibble)
257267importFrom(dplyr,tribble)
258268importFrom(dplyr,ungroup)
269+ importFrom(epiprocess,as_epi_df)
259270importFrom(epiprocess,epi_slide)
260271importFrom(epiprocess,growth_rate)
272+ importFrom(epiprocess,growth_rate_params)
273+ importFrom(epiprocess,is_epi_df)
274+ importFrom(epiprocess,key_colnames)
261275importFrom(generics,augment)
262276importFrom(generics,fit)
263277importFrom(generics,forecast)
@@ -316,6 +330,8 @@ importFrom(tidyr,crossing)
316330importFrom(tidyr,drop_na)
317331importFrom(tidyr,expand_grid)
318332importFrom(tidyr,fill)
333+ importFrom(tidyr,pivot_longer)
334+ importFrom(tidyr,pivot_wider)
319335importFrom(tidyr,unnest)
320336importFrom(tidyselect,all_of)
321337importFrom(utils,capture.output)
0 commit comments