This is an automated email from the ASF dual-hosted git repository.
npr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from a2beceb ARROW-10059: [R][Doc] Give more advice on how to set up C++
build
add 3fc37f4 ARROW-9869: [R] Implement full S3FileSystem/S3Options
constructor
No new revisions were added by this update.
Summary of changes:
dev/tasks/homebrew-formulae/travis.osx.r.yml | 6 +-
docs/source/python/filesystems.rst | 2 +-
r/NAMESPACE | 3 +
r/NEWS.md | 2 +-
r/R/arrow-package.R | 2 +-
r/R/arrowExports.R | 8 +-
r/R/csv.R | 9 +-
r/R/feather.R | 18 ++-
r/R/filesystem.R | 94 +++++++++++++--
r/R/io.R | 10 +-
r/R/ipc_stream.R | 10 +-
r/R/json.R | 13 ++-
r/R/parquet.R | 13 ++-
r/README.md | 21 ++++
r/man/CsvTableReader.Rd | 2 +-
r/man/FileSystem.Rd | 37 +++++-
r/man/copy_files.Rd | 24 ++++
r/man/read_delim_arrow.Rd | 4 +
r/man/read_feather.Rd | 11 +-
r/man/read_ipc_stream.Rd | 5 +-
r/man/read_json_arrow.Rd | 11 +-
r/man/read_parquet.Rd | 4 +
r/man/write_feather.Rd | 4 +
r/man/write_ipc_stream.Rd | 5 +-
r/man/write_parquet.Rd | 9 +-
r/src/arrowExports.cpp | 46 ++++----
r/src/filesystem.cpp | 43 ++++++-
r/tests/testthat/helper-skip.R | 5 +
r/tests/testthat/test-filesystem.R | 7 ++
r/tests/testthat/test-s3-minio.R | 165 +++++++++++++++++++++++++++
r/vignettes/fs.Rmd | 92 +++++++++++++--
31 files changed, 585 insertions(+), 100 deletions(-)
create mode 100644 r/man/copy_files.Rd
create mode 100644 r/tests/testthat/test-s3-minio.R