Skip to content

Commit

Permalink
fix: fix the fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dshemetov committed Sep 19, 2024
1 parent 0eba732 commit 61de9ec
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions R/grouped_epi_archive.R
Original file line number Diff line number Diff line change
Expand Up @@ -224,9 +224,7 @@ epix_slide.grouped_epi_archive <- function(
# early development versions and much more likely to be clutter than
# informative in the signature.
provided_args <- rlang::call_args_names(rlang::call_match())
if (any(provided_args %in% c(
"x", "f", "before", "new_col_name", "all_versions",
))) {
if (any(provided_args %in% c("x", "f", "before", "new_col_name", "all_versions"))) {
cli::cli_abort(
"epix_slide: you are using one of the following old argument names: `x`, `f`, `before`,
`new_col_name`, `all_versions`. Please use the new names: `.x`, `.f`, `.before`,
Expand Down

0 comments on commit 61de9ec

Please sign in to comment.