Skip to content

Commit 3df6009

Browse files
authored
Merge pull request #8 from kenmawer/km-issue_22_unite
Km issue 22 unite
2 parents 492234b + 6741d65 commit 3df6009

File tree

4 files changed

+121
-42
lines changed

4 files changed

+121
-42
lines changed

NAMESPACE

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
# Generated by roxygen2: do not edit by hand
22

3+
S3method(bake,step_epi_ahead)
34
S3method(bake,step_epi_lag)
45
S3method(epi_keys,default)
56
S3method(epi_keys,epi_df)
67
S3method(epi_keys,recipe)
78
S3method(epi_recipe,default)
89
S3method(epi_recipe,epi_df)
910
S3method(epi_recipe,formula)
11+
S3method(prep,step_epi_ahead)
1012
S3method(prep,step_epi_lag)
13+
S3method(print,step_epi_ahead)
1114
S3method(print,step_epi_lag)
1215
export("%>%")
1316
export(arx_args_list)
@@ -24,6 +27,7 @@ export(knnarx_args_list)
2427
export(knnarx_forecaster)
2528
export(smooth_arx_args_list)
2629
export(smooth_arx_forecaster)
30+
export(step_epi_ahead)
2731
export(step_epi_lag)
2832
import(recipes)
2933
importFrom(magrittr,"%>%")

R/epi_lag.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ bake.step_epi_lag <- function(object, new_data, ...) {
8585
if (!all(object$lag == as.integer(object$lag))) {
8686
rlang::abort("step_epi_lag requires 'lag' argument to be integer valued.")
8787
}
88-
8988
grid <- tidyr::expand_grid(col = object$columns, lag_val = object$lag) %>%
9089
dplyr::mutate(newname = glue::glue("{object$prefix}{lag_val}_{col}"))
9190

man/step_epi_ahead.Rd

Lines changed: 117 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/step_epi_lag.Rd

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)