Skip to content

[R] Add read_ipc_file and write_ipc_file to _pkgdown.yml reference index #50744

Description

@thisisnic

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).

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions