Skip to content

[Docs][R] Mention installing from r-universe binaries in readme #39638

@jeroen

Description

@jeroen

Describe the enhancement requested

As discussed with @thisisnic:

We could mention somewhere in the README or docs that precompiled binaries of the dev version of the R package can be installed directly from r-universe:

install.packages('arrow', repos = c('https://apache.r-universe.dev', 'https://cloud.r-project.org'))

The arrow R package on https://apache.r-universe.dev/arrow is updated approximately every hour from the git main. Binaries of the R package are built for macos (x86_64+arm64), windows, and ubuntu:latest. So users on MacOS or Windows can test a nightly build of the R package without to setup the development environment, and build things from source.

Component(s)

R

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions