Skip to content

Commit e373b49

Browse files
committed
Removed unnecessary export of step_epi_shift
1 parent 0eff8e6 commit e373b49

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

NAMESPACE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ export(smooth_arx_args_list)
2626
export(smooth_arx_forecaster)
2727
export(step_epi_ahead)
2828
export(step_epi_lag)
29-
export(step_epi_shift)
3029
export(step_narm)
3130
import(recipes)
3231
importFrom(magrittr,"%>%")

R/epi_shift_internal.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
#' order_ for shifting.
1616
#'
1717
#' @family row operation steps
18-
#' @export
1918
#' @rdname step_epi_ahead
2019
step_epi_shift <-
2120
function(recipe,

0 commit comments

Comments
 (0)