Skip to content

Commit 82ac05d

Browse files
committed
Advertise the topic page!
1 parent f566d95 commit 82ac05d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/summarise.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ inform_implicit_drop_last_for_grouped_df <- function(old, new) {
477477
i = "Summaries were computed grouped by {cli::col_blue(old)}.",
478478
i = "Output is grouped by {cli::col_blue(new)}.",
479479
i = "Use {.code summarise(.groups = \"drop_last\")} to silence this message.",
480-
i = "Use {.code summarise(.by = {by})} for per-operation grouping instead."
480+
i = "Use {.code summarise(.by = {by})} for {.topic [per-operation grouping](dplyr::dplyr_by)} instead."
481481
))
482482
}
483483

tests/testthat/_snaps/summarise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
i Summaries were computed grouped by x and y.
106106
i Output is grouped by x.
107107
i Use `summarise(.groups = "drop_last")` to silence this message.
108-
i Use `summarise(.by = c(x, y))` for per-operation grouping instead.
108+
i Use `summarise(.by = c(x, y))` for per-operation grouping (`?dplyr::dplyr_by`) instead.
109109
Output
110110
# A tibble: 1 x 2
111111
# Groups: x [1]

0 commit comments

Comments
 (0)