This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new 6d3cbda183 MINOR: [R] Update reference to data.frame which should say
tibble instead (#37335)
6d3cbda183 is described below
commit 6d3cbda1839cf9b1a7099001e97880d9cdb0136f
Author: Nic Crane <[email protected]>
AuthorDate: Thu Aug 24 00:57:51 2023 +0100
MINOR: [R] Update reference to data.frame which should say tibble instead
(#37335)
### Rationale for this change
Incorrect information in docs
### What changes are included in this PR?
Change ref to `data.frame` to `tibble` instead
### Are these changes tested?
No
### Are there any user-facing changes?
No
Authored-by: Nic Crane <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
---
r/data-raw/docgen.R | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/r/data-raw/docgen.R b/r/data-raw/docgen.R
index 3bfb222fa9..5f7f21b902 100644
--- a/r/data-raw/docgen.R
+++ b/r/data-raw/docgen.R
@@ -54,7 +54,7 @@ file_template <- "# Licensed to the Apache Software
Foundation (ASF) under one
#' to a `dbplyr::tbl_lazy`. This means that the verbs do not eagerly evaluate
#' the query on the data. To run the query, call either `compute()`,
#' which returns an `arrow` [Table], or `collect()`, which pulls the resulting
-#' Table into an R `data.frame`.
+#' Table into an R `tibble`.
#'
%s
#'