Skip to content

Commit 9d64bda

Browse files
committed
Fix partial rename: aggregate_epi_df -> sum_groups_epi_df in messages
1 parent 5cc0d15 commit 9d64bda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/slide.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ epi_slide <- function(
195195
cli_abort(
196196
"`.x` must be either grouped by {expected_group_keys} or ungrouped; if the latter,
197197
we'll temporarily group by {expected_group_keys} for this operation. You may need
198-
to aggregate your data first, see aggregate_epi_df().",
198+
to aggregate your data first; see sum_groups_epi_df().",
199199
class = "epiprocess__epi_slide__invalid_grouping"
200200
)
201201
}
@@ -701,7 +701,7 @@ epi_slide_opt <- function(
701701
cli_abort(
702702
"`.x` must be either grouped by {expected_group_keys} or ungrouped; if the latter,
703703
we'll temporarily group by {expected_group_keys} for this operation. You may need
704-
to aggregate your data first, see aggregate_epi_df().",
704+
to aggregate your data first; see sum_groups_epi_df().",
705705
class = "epiprocess__epi_slide_opt__invalid_grouping"
706706
)
707707
}

0 commit comments

Comments
 (0)