Skip to content

BrianBorawski/arrow-r-nightly

 
 

Repository files navigation

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 codecov

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. Binary packages generated from those jobs are then pushed to a Bintray repository at https://dl.bintray.com/ursalabs/arrow-r.

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

install.packages("arrow", repos = c("https://dl.bintray.com/ursalabs/arrow-r", getOption("repos")))

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.5, 3.6
  • Windows: R 3.5, 3.6, R-devel (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/.

About

Nightly binary R package builds for Apache Arrow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 40.1%
  • Shell 39.7%
  • Dockerfile 20.2%