Skip to content

Commit 6424f39

Browse files
dsweber2dajmcdon
andauthored
pipe R dependency
Co-authored-by: Daniel McDonald <[email protected]>
1 parent 49882f2 commit 6424f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/step_climate.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ roll_modular_multivec <- function(col, .idx, weights, aggr, window_size, modulus
383383
}
384384
}
385385
out[iter] <- with(
386-
purrr::list_rbind(tib |> filter(.idx %in% entries) |> pull(data)),
386+
purrr::list_rbind(tib %>% filter(.idx %in% entries) %>% pull(data)),
387387
aggr(col, weights)
388388
)
389389
}

0 commit comments

Comments
 (0)