Skip to content

Commit 47b3ca0

Browse files
committed
Replace .before = 365000L
with `.before = Inf`, though simply omitting & relying on default would work as well.
1 parent d08c6cc commit 47b3ca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data-raw/case_death_rate_archive_tbl.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ case_death_rate_archive_tbl <- epix_merge(
4747
# Calculate 7-day averages for case and death rates.
4848
case_death_rate_archive_tbl <- case_death_rate_archive_tbl %>%
4949
epix_slide(
50-
.before = 365000L, .versions = fc_time_values,
50+
.before = Inf, .versions = fc_time_values,
5151
function(x, gk, rtv) {
5252
x %>%
5353
group_by(geo_value) %>%

0 commit comments

Comments
 (0)