Skip to content

Commit cb7c30a

Browse files
committed
Removed erroneous #TODO comment
1 parent 85f3c55 commit cb7c30a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

R/epi_shift_internal.R

-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ bake.step_epi_shift <- function(object, new_data, ...) {
211211
#' @export
212212
print.step_epi_shift <-
213213
function(x, width = max(20, options()$width - 30), ...) {
214-
## TODO add printing of the shifts
215214
title <- ifelse(x$shift >= 0,"Lagging","Leading") %>%
216215
paste0(": ", abs(x$shift),",")
217216
recipes::print_step(x$columns, x$terms, x$trained, title, width)

0 commit comments

Comments
 (0)