Skip to content

Commit

Permalink
Fix error class name that referred to different function
Browse files Browse the repository at this point in the history
Co-authored-by: nmdefries <[email protected]>
  • Loading branch information
brookslogan and nmdefries authored Nov 22, 2024
1 parent ed9524e commit 5cc0d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/slide.R
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ epi_slide_opt <- function(
"`.x` must be either grouped by {expected_group_keys} or ungrouped; if the latter,
we'll temporarily group by {expected_group_keys} for this operation. You may need
to aggregate your data first, see aggregate_epi_df().",
class = "epiprocess__epi_slide__invalid_grouping"
class = "epiprocess__epi_slide_opt__invalid_grouping"
)
}
} else {
Expand Down

0 comments on commit 5cc0d15

Please sign in to comment.