Commits


Neal Richardson authored and Wes McKinney committed 64f2cc7986c
ARROW-5393: [R] Add tests and example for read_parquet() This PR also sets the `ARROW_R_WITH_PARQUET` feature flag to on for all installation methods. A future patch should add `write_parquet()` and align these functions with read/write_feather() and any other file reader/writers. Author: Neal Richardson <neal.p.richardson@gmail.com> Closes #4371 from nealrichardson/r-parquet-tests and squashes the following commits: 1c6293b96 <Neal Richardson> Add boilerplate 32432cc93 <Neal Richardson> Move example parquet file to inst/ for use in documentation 771be5a72 <Neal Richardson> Add tests for read_parquet(); revise configure script to ensure that parquet support is built