1beb edited a comment on pull request #11521:
URL: https://github.com/apache/arrow/pull/11521#issuecomment-976106403


   One additional comment, it would be nice if there were a recommended 
section, either at the point of the initial `install.packages()` or shortly 
after. Perhaps also consider that the next vignette, you at the very least need 
ARROW_S3 set to "ON" when you install. I don't recall if there are others 
required for the vignettes but I think something basic like the following would 
cover a lot of bases: 
   
   ```
   Sys.setenv(
     "ARROW_S3" = "ON",
     "ARROW_PARQUET" = "ON",
     "ARROW_DATASET" = "ON",
     "ARROW_WITH_SNAPPY" = "ON"
   )
   
   install.packages("arrow")
   ```
   
   I say this anecdotally, but I can't imagine many people using arrow via R 
without at least parquet and dataset. 
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to