Commits


James Lamb authored and Krisztián Szűcs committed d23f4f25bff
ARROW-3366: [R] Dockerfile for docker-compose setup Thank you to @romainfrancois and others who have pushed forward the R side of this project! This PR is my attempt to address [ARROW-3336](https://issues.apache.org/jira/projects/ARROW/issues/ARROW-3366), providing a testing container for the R package. This follows up on work done by @kszucs in #2572 in an R-specific way. **NOTE:** This PR is a WIP. `R CMD INSTALL` currently fails because it cannot find wherever I installed `arrow` to. But I felt that this is far enough along to put up for review. Author: James Lamb <jaylamb20@gmail.com> Author: Krisztián Szűcs <szucs.krisztian@gmail.com> Closes #2770 from jameslamb/r_dockerfile and squashes the following commits: 9fcebe53 <James Lamb> removed failing test in the R package dd26d4b9 <James Lamb> fixed failing test in the R package 343456af <James Lamb> more changes 0db3369d <James Lamb> added bit64 dependency to R package f7c050e2 <Krisztián Szűcs> R_CHECK_FORCE_SUGGESTS db9ee5ba <Krisztián Szűcs> pass CXXFLAGS 8a8376d6 <James Lamb> Put R build steps into a separate CI script 64ea840f <James Lamb> Updated LD_LIBRARY_PATH in R container 4d7f02c7 <James Lamb> fixed a few issues in R container 94242b32 <James Lamb> Add explict cpp build in usage for R docker-compose 4a7112b2 <James Lamb> Fixed comment text in R Dockerfile d8e55d7e <James Lamb> removed todo about R containers in docker-compose 210a7745 <James Lamb> ARROW-3366: Dockerfile for docker-compose setup