jonkeane commented on pull request #11870:
URL: https://github.com/apache/arrow/pull/11870#issuecomment-987079977


   Awesome, thanks. 
   
   One thing to note for future selves / someone looking through this: 
`remotes::install_github()` will work, but if one is installing a release, one 
should use the release tag (so that the libarrow binary that is downloaded is 
the release and therefore matches). Intalling with a libarrow binary (either 
release or nightly) and other git branches may sometimes work, but generally 
there will be mismatches between libarrow and the r package which can lead to 
somewhat surprising errors.
   
   


-- 
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