Skip to content

Commit

Permalink
styler
Browse files Browse the repository at this point in the history
  • Loading branch information
dsweber2 committed Mar 29, 2024
1 parent dc6d17d commit 0335dd6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions R/step_adjust_latency.R
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,10 @@ bake.step_adjust_latency <- function(object, new_data, ...) {

# infer the correct columns to be working with from the previous
# transformations
shift_cols <- get_shifted_column_tibble(object, new_data, terms_used, as_of,
sign_shift)
shift_cols <- get_shifted_column_tibble(
object, new_data, terms_used, as_of,
sign_shift
)

if ((object$method == "extend_ahead") || (object$method == "extend_lags")) {
# check that the shift amount isn't too extreme
Expand Down

0 comments on commit 0335dd6

Please sign in to comment.