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 2022/01/11 15:40:25 UTC

[GitHub] [arrow] dragosmg commented on a change in pull request #12119: ARROW-14754: [Doc] Steps in making your first PR - building R package

dragosmg commented on a change in pull request #12119:
URL: https://github.com/apache/arrow/pull/12119#discussion_r782269957



##########
File path: docs/source/developers/guide/step_by_step/building.rst
##########
@@ -150,5 +150,13 @@ interested to find more information.
 
          - :ref:`build_pyarrow_win`
 
-   .. tab:: Building the R package
 
+   .. tab:: Building the R package
+      
+	  When working on code in the R package, you only need to build the Arrow C++ 
+	  library (often referred to in the R documentation as 'libarrow') from source 
+	  if you wish to make changes to the code there; otherwise you can install a 
+	  binary version of the C++ libary and then need to link it up with the R package.

Review comment:
       I think this still doesn't work - installing `libarrow` from homebrew (on Mac) and having only the R package as `source`. 




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