Skip to content

Commit cf6a9e3

Browse files
committed
Remove remaining reference to R6 method
1 parent 5560629 commit cf6a9e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/grouped_epi_archive.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ epix_slide.grouped_epi_archive <- function(x, f, ..., before, ref_time_values,
216216
if ("group_by" %in% nse_dots_names(...)) {
217217
cli_abort("
218218
The `group_by` argument to `slide` has been removed; please use
219-
the `group_by` S3 generic function or `$group_by` R6 method
219+
the `group_by()` S3 generic function
220220
before the slide instead. (If you were instead trying to pass a
221221
`group_by` argument to `f` or create a column named `group_by`,
222222
this check is a false positive, but you will still need to use a

0 commit comments

Comments
 (0)