Skip to content

Commit

Permalink
improve warning in aggregate()
Browse files Browse the repository at this point in the history
Co-authored-by: Hugo Gruson <[email protected]>
  • Loading branch information
joshwlambert and Bisaloo authored Oct 7, 2024
1 parent d29bb0d commit ae7e149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/aggregate.R
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ aggregate.multi_epiparameter <- function(x,
warning(
cli::pluralize(
"Input distribution{?s} {cit} {?has/have} been dropped ",
"because they don't report sample size."
"because they don't report sample size and `weighing = "sample_size"`."
),
call. = FALSE
)
Expand Down

0 comments on commit ae7e149

Please sign in to comment.