Skip to content

Commit 9fd90e7

Browse files
committed
style: styler (GHA)
1 parent 9662dbd commit 9fd90e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/slide.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@ epi_slide_opt <- function(x, col_names, f, ..., before, after, ref_time_values,
743743
roll_output <- f(
744744
x = .data_group[, col_names_chr], n = window_size, align = "right", ...
745745
)
746-
746+
747747
if (after >= 1) {
748748
# Right-aligned `frollmean` results' `ref_time_value`s will be `after`
749749
# timesteps ahead of where they should be. Shift results to the left by

0 commit comments

Comments
 (0)