Skip to content
Permalink
master
Go to file
 
 
Cannot retrieve contributors at this time
41 lines (28 sloc) 3.07 KB

Nightly R package builds for Apache Arrow

Build Status Windows binaries C++ binaries Linux source build Linux binary test Linux source test Daily pkgdown site

This repository holds build scripts that pull the apache/arrow repository and build and test the R package across several versions of R on macOS and Windows. They also build static libarrow C++ libraries for several Linux distributions. These builds are triggered daily. C++ libraries are deployed to https://dl.bintray.com/ursalabs/arrow-r, and R packages generated from those jobs are pushed to a package repository at https://arrow-r-nightly.s3.amazonaws.com.

To install the latest version, use this repository as the first entry in your "repos" argument, ahead of your CRAN mirror, like

install.packages("arrow", repos = c("https://arrow-r-nightly.s3.amazonaws.com", getOption("repos")))

Note: nightly packages were previously hosted at https://dl.bintray.com/ursalabs/arrow-r. Note the new URL.

These daily package builds are not official Apache releases and are not recommended for production use. They may be useful for testing bug fixes and new features under active development.

We currently build binary R packages for the following OS and versions:

  • macOS: R 3.6, 4.0
  • Windows: R 3.6, 4.0

We also build C++ static binaries for these Linux distributions and versions:

  • Ubuntu: 16.04, 18.04
  • Debian: 9, 10
  • CentOS: 7, 8

Additional distribution-versions are supported by mapping them to binary builds that we know to work for them, such as Fedora to CentOS. See distro-map.csv for a complete list.

Daily builds are kept for 30 days.

The pkgdown documentation site is also built daily. See https://ursalabs.org/arrow-r-nightly/.

You can’t perform that action at this time.