Skip to content

Commit 5a52916

Browse files
authored
GH-46717: [R][Docs] Add missing "internal" keywords for internal function (#46722)
### Rationale for this change pkgdown generation was failing due to a function not being included in the list of functions to document ### What changes are included in this PR? Update roxygen header to not generate that function or trigger the pkgdown check ### Are these changes tested? Nah, but I'll trigger CI to check ### Are there any user-facing changes? No * GitHub Issue: #46717 Authored-by: Nic Crane <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
1 parent 835992c commit 5a52916

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

r/R/dplyr-funcs-agg.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ find_arrow_mask <- function() {
204204
#' group_by(cyl) |>
205205
#' summarize(x = one(disp))
206206
#' }
207+
#' @keywords internal
207208
one <- function(...) {
208209
set_agg(
209210
fun = "one",

r/man/one.Rd

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)