This is an automated email from the ASF dual-hosted git repository.

brycemecum pushed a commit to branch maint-19.0.1-r
in repository https://gitbox.apache.org/repos/asf/arrow.git

commit 51e07df741ea49f06b0f9a5cb6951de1987729ed
Author: Bryce Mecum <[email protected]>
AuthorDate: Sun Jan 26 09:45:53 2025 -0800

    Update generated package docs
---
 r/R/dplyr-funcs-doc.R | 7 ++++---
 r/man/acero.Rd        | 7 ++++---
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/r/R/dplyr-funcs-doc.R b/r/R/dplyr-funcs-doc.R
index 4f90dd16b2..c84b534d23 100644
--- a/r/R/dplyr-funcs-doc.R
+++ b/r/R/dplyr-funcs-doc.R
@@ -21,7 +21,7 @@
 #'
 #' The `arrow` package contains methods for 37 `dplyr` table functions, many of
 #' which are "verbs" that do transformations to one or more tables.
-#' The package also has mappings of 212 R functions to the corresponding
+#' The package also has mappings of 213 R functions to the corresponding
 #' functions in the Arrow compute library. These allow you to write code inside
 #' of `dplyr` methods that call R functions, including many in packages like
 #' `stringr` and `lubridate`, and they will get translated to Arrow and run
@@ -42,7 +42,7 @@
 #' * [`collect()`][dplyr::collect()]
 #' * [`compute()`][dplyr::compute()]
 #' * [`count()`][dplyr::count()]
-#' * [`distinct()`][dplyr::distinct()]: `.keep_all = TRUE` not supported
+#' * [`distinct()`][dplyr::distinct()]: `.keep_all = TRUE` returns a 
non-missing value if present, only returning missing values if all are missing.
 #' * [`explain()`][dplyr::explain()]
 #' * [`filter()`][dplyr::filter()]
 #' * [`full_join()`][dplyr::full_join()]: the `copy` argument is ignored
@@ -83,7 +83,7 @@
 #' Functions can be called either as `pkg::fun()` or just `fun()`, i.e. both
 #' `str_sub()` and `stringr::str_sub()` work.
 #'
-#' In addition to these functions, you can call any of Arrow's 262 compute
+#' In addition to these functions, you can call any of Arrow's 271 compute
 #' functions directly. Arrow has many functions that don't map to an existing R
 #' function. In other cases where there is an R function mapping, you can still
 #' call the Arrow function directly if you don't want the adaptations that the 
R
@@ -96,6 +96,7 @@
 #'
 #' * [`add_filename()`][arrow::add_filename()]
 #' * [`cast()`][arrow::cast()]
+#' * [`one()`][arrow::one()]
 #'
 #' ## base
 #'
diff --git a/r/man/acero.Rd b/r/man/acero.Rd
index aceb533a15..edea20e1f8 100644
--- a/r/man/acero.Rd
+++ b/r/man/acero.Rd
@@ -9,7 +9,7 @@
 \description{
 The \code{arrow} package contains methods for 37 \code{dplyr} table functions, 
many of
 which are "verbs" that do transformations to one or more tables.
-The package also has mappings of 212 R functions to the corresponding
+The package also has mappings of 213 R functions to the corresponding
 functions in the Arrow compute library. These allow you to write code inside
 of \code{dplyr} methods that call R functions, including many in packages like
 \code{stringr} and \code{lubridate}, and they will get translated to Arrow and 
run
@@ -29,7 +29,7 @@ Table into an R \code{tibble}.
 \item \code{\link[dplyr:compute]{collect()}}
 \item \code{\link[dplyr:compute]{compute()}}
 \item \code{\link[dplyr:count]{count()}}
-\item \code{\link[dplyr:distinct]{distinct()}}: \code{.keep_all = TRUE} not 
supported
+\item \code{\link[dplyr:distinct]{distinct()}}: \code{.keep_all = TRUE} 
returns a non-missing value if present, only returning missing values if all 
are missing.
 \item \code{\link[dplyr:explain]{explain()}}
 \item \code{\link[dplyr:filter]{filter()}}
 \item \code{\link[dplyr:mutate-joins]{full_join()}}: the \code{copy} argument 
is ignored
@@ -71,7 +71,7 @@ can assume that the function works in Acero just as it does 
in R.
 Functions can be called either as \code{pkg::fun()} or just \code{fun()}, i.e. 
both
 \code{str_sub()} and \code{stringr::str_sub()} work.
 
-In addition to these functions, you can call any of Arrow's 262 compute
+In addition to these functions, you can call any of Arrow's 271 compute
 functions directly. Arrow has many functions that don't map to an existing R
 function. In other cases where there is an R function mapping, you can still
 call the Arrow function directly if you don't want the adaptations that the R
@@ -83,6 +83,7 @@ as \code{arrow_ascii_is_decimal}.
 \itemize{
 \item \code{\link[=add_filename]{add_filename()}}
 \item \code{\link[=cast]{cast()}}
+\item \code{\link[=one]{one()}}
 }
 }
 

Reply via email to