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

ARROW-5134: [R][CI] Run nightly tests against multiple R versions #5121

Closed
wants to merge 5 commits into from

Conversation

nealrichardson
Copy link
Member

Nightly R builds on multiple R versions are now running on https://github.com/ursa-labs/arrow-r-nightly on Travis and Appveyor. https://issues.apache.org/jira/browse/ARROW-6258 facilitated the macOS portion of this; Windows required no changes to apache/arrow to set up. As a side benefit of the Travis/Appveyor setup, binary packages for macOS and Windows are being built and pushed to https://dl.bintray.com/ursalabs/arrow-r, which R users can use as package repository.

This patch fixes one line of R code (offending R change here) to enable passing builds going back to R 3.2. That's 6 total R versions supported with binary builds: 3.2 - 3.6, plus R-devel (to be 3.7) on Windows. It also adds some badges to the R README indicating status of the nightly builds, plus a note pointing intrepid users to the (very unofficial) binaries on Bintray.

@codecov-io
Copy link

Codecov Report

❗ No coverage uploaded for pull request base (master@6efba86). Click here to learn what that means.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #5121   +/-   ##
=========================================
  Coverage          ?   75.26%           
=========================================
  Files             ?       57           
  Lines             ?     3619           
  Branches          ?        0           
=========================================
  Hits              ?     2724           
  Misses            ?      895           
  Partials          ?        0
Impacted Files Coverage Δ
r/R/write_arrow.R 96.55% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6efba86...ac6b0b0. Read the comment docs.

@wesm
Copy link
Member

wesm commented Aug 20, 2019

Are you still doing any work on this or can it be merged?

@nealrichardson
Copy link
Member Author

This is ready to merge.

Copy link
Member

@wesm wesm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants