Hi Ville,
The latest nightly binary packages for macOS and Windows do now contain S3
support: install.packages("arrow", repos = "
https://arrow-r-nightly.s3.amazonaws.com")Linux is more challenging. https://github.com/apache/arrow/pull/8058 has some notes on that, as well as some other enhancements you may be interested to see. Neal On Wed, Sep 9, 2020 at 2:04 AM Pietiläinen Ville, SOK Marketkauppa < [email protected]> wrote: > Hi, > > R Arrow changelog says > > With a custom C++ build, it is possible to read datasets directly on S3 by > passing a URL like ds <- open_dataset("s3://..."). Note that this > currently requires a special C++ library build with additional > dependencies–this is not yet available in CRAN releases or in nightly > packages. > > > > Is there an example how to use this special C++ library build with > additional dependencies? I would really like to try this out > > > > BR, > > Ville Pietiläinen >
