You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/07/28 10:18:12 UTC

[GitHub] [arrow] thisisnic commented on a change in pull request #10546: ARROW-12845: [R] [C++] S3 connections for different providers

thisisnic commented on a change in pull request #10546:
URL: https://github.com/apache/arrow/pull/10546#discussion_r678168592



##########
File path: r/vignettes/fs.Rmd
##########
@@ -13,7 +13,11 @@ parts of the project to be able to read and write data with different storage
 backends. In the `arrow` R package, support has been enabled for AWS S3.
 This vignette provides an overview of working with S3 data using Arrow.
 
-> In Windows and macOS binary packages, S3 support is included. On Linux when installing from source, S3 support is not enabled by default, and it has additional system requirements. See `vignette("install", package = "arrow")` for details.
+> In Windows and macOS binary packages, S3 support is included. On Linux when 

Review comment:
       This came up in an issue the other day - S3 support is only available with certain versions of R.  It'd be good to check if the R>3.6 requirement is Windows-specific too.
   
   ```suggestion
   > In Windows (for R > 3.6) and macOS binary packages, S3 support is included. On Linux when 
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org