jonkeane commented on a change in pull request #11521:
URL: https://github.com/apache/arrow/pull/11521#discussion_r762082720
##########
File path: r/vignettes/developers/install_details.Rmd
##########
@@ -0,0 +1,123 @@
+# How the R package is installed
+
+In order for the arrow R package to work, it needs the Arrow C++ library,
+also known as libarrow. There are a number of scripts that are triggered
+when `R CMD INSTALL .` is run and for Arrow users, these should all just work
+without configuration and pull in the most complete pieces (e.g. official
+binaries that we host).
+
+This documented is intended specifically for arrow _developers_ who wish to
know
+more about these scripts. If you are an arrow _user_ looking for help with
+installing arrow, please see [the installation guide](../install.html)
Review comment:
❤️
--
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]