Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

R/C++ bindings documentation missing (Error 404) #43665

Closed
ajinkya-k opened this issue Aug 13, 2024 · 2 comments · Fixed by #43889
Closed

R/C++ bindings documentation missing (Error 404) #43665

ajinkya-k opened this issue Aug 13, 2024 · 2 comments · Fixed by #43889
Assignees
Milestone

Comments

@ajinkya-k
Copy link

ajinkya-k commented Aug 13, 2024

Describe the bug, including details regarding any error messages, version, and platform.

The R documentation references an article about writing bindings with the URL: https://arrow.apache.org/docs/r/articles/developers/bindings.html.
However, this URL gives a 404 error when I try to visit it. Has this moved somewhere else?

For instance the above URL is referenced here: https://arrow.apache.org/docs/developers/guide/resources.html#id1.

Component(s)

R

nealrichardson added a commit to nealrichardson/arrow that referenced this issue Aug 29, 2024
@nealrichardson nealrichardson linked a pull request Sep 1, 2024 that will close this issue
@nealrichardson nealrichardson added this to the 18.0.0 milestone Sep 1, 2024
nealrichardson added a commit that referenced this issue Sep 1, 2024
### Rationale for this change

The writing-bindings vignette was removed in
#41576 (comment). It
turns out there were more references to it throughout the docs that I
failed to remove

### What changes are included in this PR?

Deleting x-refs that don't exist anymore.

### Are these changes tested?

Not really

### Are there any user-facing changes?

The docs won't point you at links that 404.
* GitHub Issue: #43665
@ajinkya-k
Copy link
Author

Hello! I would still be interested in reading how R/C++ bindings work. Has this been documented elsewhere?

mapleFU pushed a commit to mapleFU/arrow that referenced this issue Sep 3, 2024
)

### Rationale for this change

The writing-bindings vignette was removed in
apache#41576 (comment). It
turns out there were more references to it throughout the docs that I
failed to remove

### What changes are included in this PR?

Deleting x-refs that don't exist anymore.

### Are these changes tested?

Not really

### Are there any user-facing changes?

The docs won't point you at links that 404.
* GitHub Issue: apache#43665
@amoeba
Copy link
Member

amoeba commented Sep 4, 2024

Hi @ajinkya-k, the arrow R package uses cpp11 for its C++ bindings so you might have a look at their documentation.

zanmato1984 pushed a commit to zanmato1984/arrow that referenced this issue Sep 6, 2024
)

### Rationale for this change

The writing-bindings vignette was removed in
apache#41576 (comment). It
turns out there were more references to it throughout the docs that I
failed to remove

### What changes are included in this PR?

Deleting x-refs that don't exist anymore.

### Are these changes tested?

Not really

### Are there any user-facing changes?

The docs won't point you at links that 404.
* GitHub Issue: apache#43665
khwilson pushed a commit to khwilson/arrow that referenced this issue Sep 14, 2024
)

### Rationale for this change

The writing-bindings vignette was removed in
apache#41576 (comment). It
turns out there were more references to it throughout the docs that I
failed to remove

### What changes are included in this PR?

Deleting x-refs that don't exist anymore.

### Are these changes tested?

Not really

### Are there any user-facing changes?

The docs won't point you at links that 404.
* GitHub Issue: apache#43665
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants