@@ -144,6 +144,8 @@ export(arx_class_epi_workflow)
144
144
export(arx_classifier)
145
145
export(arx_fcast_epi_workflow)
146
146
export(arx_forecaster)
147
+ export(as_epi_df)
148
+ export(as_tibble)
147
149
export(autoplot)
148
150
export(bake)
149
151
export(cdc_baseline_args_list)
@@ -160,6 +162,7 @@ export(extract_argument)
160
162
export(extract_frosting)
161
163
export(extract_layers)
162
164
export(extrapolate_quantiles)
165
+ export(filter)
163
166
export(fit)
164
167
export(flatline)
165
168
export(flatline_args_list)
@@ -171,6 +174,7 @@ export(get_test_data)
171
174
export(is_epi_recipe)
172
175
export(is_epi_workflow)
173
176
export(is_layer)
177
+ export(key_colnames)
174
178
export(layer)
175
179
export(layer_add_forecast_date)
176
180
export(layer_add_target_date)
@@ -184,17 +188,22 @@ export(layer_quantile_distn)
184
188
export(layer_residual_quantiles)
185
189
export(layer_threshold)
186
190
export(layer_unnest)
191
+ export(mutate)
187
192
export(nested_quantiles)
188
193
export(new_default_epi_recipe_blueprint)
189
194
export(new_epi_recipe_blueprint)
195
+ export(pivot_longer)
190
196
export(pivot_quantiles_longer)
191
197
export(pivot_quantiles_wider)
198
+ export(pivot_wider)
192
199
export(prep)
193
200
export(quantile_reg)
194
201
export(rand_id)
195
202
export(remove_epi_recipe)
196
203
export(remove_frosting)
197
204
export(remove_model)
205
+ export(rename)
206
+ export(select)
198
207
export(slather)
199
208
export(smooth_quantile_reg)
200
209
export(step_adjust_latency)
@@ -208,6 +217,7 @@ export(step_population_scaling)
208
217
export(step_training_window)
209
218
export(tibble)
210
219
export(tidy)
220
+ export(unnest)
211
221
export(update_epi_recipe)
212
222
export(update_frosting)
213
223
export(update_model)
@@ -256,8 +266,12 @@ importFrom(dplyr,summarize)
256
266
importFrom(dplyr,tibble)
257
267
importFrom(dplyr,tribble)
258
268
importFrom(dplyr,ungroup)
269
+ importFrom(epiprocess,as_epi_df)
259
270
importFrom(epiprocess,epi_slide)
260
271
importFrom(epiprocess,growth_rate)
272
+ importFrom(epiprocess,growth_rate_params)
273
+ importFrom(epiprocess,is_epi_df)
274
+ importFrom(epiprocess,key_colnames)
261
275
importFrom(generics,augment)
262
276
importFrom(generics,fit)
263
277
importFrom(generics,forecast)
@@ -316,6 +330,8 @@ importFrom(tidyr,crossing)
316
330
importFrom(tidyr,drop_na)
317
331
importFrom(tidyr,expand_grid)
318
332
importFrom(tidyr,fill)
333
+ importFrom(tidyr,pivot_longer)
334
+ importFrom(tidyr,pivot_wider)
319
335
importFrom(tidyr,unnest)
320
336
importFrom(tidyselect,all_of)
321
337
importFrom(utils,capture.output)
0 commit comments