This is an automated email from the ASF dual-hosted git repository.
raulcd 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 d735dc90a7 GH-50744: [R] Add read_ipc_file and write_ipc_file to
_pkgdown.yml reference index (#50745)
d735dc90a7 is described below
commit d735dc90a79b61e91f77781ec20a348464b52d81
Author: Nic Crane <[email protected]>
AuthorDate: Fri Jul 31 03:28:17 2026 -0400
GH-50744: [R] Add read_ipc_file and write_ipc_file to _pkgdown.yml
reference index (#50745)
### Rationale for this change
Errors due to functions missing from pkgdown docs
### What changes are included in this PR?
Adds them
### Are these changes tested?
Will run CI
### Are there any user-facing changes?
No
* GitHub Issue: #50744
Authored-by: Nic Crane <[email protected]>
Signed-off-by: Raúl Cumplido <[email protected]>
---
r/_pkgdown.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/r/_pkgdown.yml b/r/_pkgdown.yml
index c3f68b2216..5aa96dfff4 100644
--- a/r/_pkgdown.yml
+++ b/r/_pkgdown.yml
@@ -183,6 +183,7 @@ reference:
- read_delim_arrow
- read_parquet
- read_feather
+ - read_ipc_file
- read_ipc_stream
- read_json_arrow
@@ -193,6 +194,7 @@ reference:
- write_csv_arrow
- write_parquet
- write_feather
+ - write_ipc_file
- write_ipc_stream
- write_to_raw