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-3366: [R] Dockerfile for docker-compose setup #2770

Closed
wants to merge 13 commits into from
Prev Previous commit
Next Next commit
R_CHECK_FORCE_SUGGESTS
  • Loading branch information
kszucs authored and jameslamb committed Nov 17, 2018
commit f7c050e267cd45ab5d749589fddf918994cce97b
2 changes: 2 additions & 0 deletions ci/docker_build_r.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ pushd /arrow/r
Rscript -e "Rcpp::compileAttributes()"
R CMD build --keep-empty-dirs .
R CMD INSTALL $(ls | grep arrow_*.tar.gz)

export _R_CHECK_FORCE_SUGGESTS_=false
R CMD check $(ls | grep arrow_*.tar.gz) --as-cran

popd