The pkgdown docs build is currently failing because read_ipc_file and write_ipc_file were exported in #49276 (GH-49237, feather deprecation) but not added to _pkgdown.yml.
In _pkgdown.yml, 2 topics missing from index: "read_ipc_file" and "write_ipc_file".
Failing CI run: https://github.com/apache/arrow/actions/runs/30534960567/job/90845938100
The fix is to add read_ipc_file to the "Read files" section and write_ipc_file to the "Write files" section in r/_pkgdown.yml (alongside the existing read_feather/write_feather entries).
Reported by @raulcd in #50726 (comment).
The pkgdown docs build is currently failing because
read_ipc_fileandwrite_ipc_filewere exported in #49276 (GH-49237, feather deprecation) but not added to_pkgdown.yml.Failing CI run: https://github.com/apache/arrow/actions/runs/30534960567/job/90845938100
The fix is to add
read_ipc_fileto the "Read files" section andwrite_ipc_fileto the "Write files" section inr/_pkgdown.yml(alongside the existingread_feather/write_featherentries).Reported by @raulcd in #50726 (comment).