Skip to content

Commit ac94e88

Browse files
committed
redocument, pass tests
1 parent 947984a commit ac94e88

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

NAMESPACE

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ S3method(augment,epi_workflow)
1818
S3method(autoplot,canned_epipred)
1919
S3method(autoplot,epi_workflow)
2020
S3method(bake,check_enough_train_data)
21-
S3method(bake,epi_recipe)
2221
S3method(bake,step_epi_ahead)
2322
S3method(bake,step_epi_lag)
2423
S3method(bake,step_growth_rate)
@@ -240,10 +239,11 @@ importFrom(rlang,"%@%")
240239
importFrom(rlang,"%||%")
241240
importFrom(rlang,":=")
242241
importFrom(rlang,abort)
242+
importFrom(rlang,as_function)
243243
importFrom(rlang,caller_env)
244-
importFrom(rlang,is_empty)
244+
importFrom(rlang,global_env)
245245
importFrom(rlang,is_null)
246-
importFrom(rlang,quos)
246+
importFrom(rlang,set_names)
247247
importFrom(smoothqr,smooth_qr)
248248
importFrom(stats,as.formula)
249249
importFrom(stats,family)
@@ -255,8 +255,6 @@ importFrom(stats,predict)
255255
importFrom(stats,qnorm)
256256
importFrom(stats,quantile)
257257
importFrom(stats,residuals)
258-
importFrom(tibble,as_tibble)
259-
importFrom(tibble,is_tibble)
260258
importFrom(tibble,tibble)
261259
importFrom(tidyr,drop_na)
262260
importFrom(vctrs,as_list_of)

0 commit comments

Comments
 (0)