Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed May 24, 2024
1 parent 7f8ecf2 commit 58ca0ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/report_participants.R
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ report_participants <- function(data,
...) {
## TODO: deprecate later
if (!is.null(group)) {
format_warning("Argument `group` is deprecated and will be removed in a future release. Please use `by` instead.") # nolint
insight::format_warning("Argument `group` is deprecated and will be removed in a future release. Please use `by` instead.") # nolint
by <- group
}

Expand Down
2 changes: 1 addition & 1 deletion R/report_sample.R
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ report_sample <- function(data,
...) {
## TODO: deprecate later
if (!is.null(group_by)) {
format_warning("Argument `group_by` is deprecated and will be removed in a future release. Please use `by` instead.") # nolint
insight::format_warning("Argument `group_by` is deprecated and will be removed in a future release. Please use `by` instead.") # nolint
by <- group_by
}

Expand Down

0 comments on commit 58ca0ae

Please sign in to comment.