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



##########
File path: docs/source/developers/guide/step_by_step/building.rst
##########
@@ -155,6 +155,22 @@ Building other Arrow libraries
      `R developer docs 
<https://arrow.apache.org/docs/r/articles/developing.html>`_.
 
 
+     **Reinstalling R package and running 'make clean'**
+
+     When you will make changes to the Arrow C++ part of the code, also
+     called libarrow, you will need to:
+
+     #. reinstall libarrow,
+     #. run ``make clean``,
+     #. reinstall the R package.
+
+     The ``make clean`` function is defined in ``r/Makefile``. The file

Review comment:
       ```suggestion
        The ``make clean`` function is defined in ``r/Makefile``. This file
   ```

##########
File path: docs/source/developers/guide/step_by_step/building.rst
##########
@@ -155,6 +155,22 @@ Building other Arrow libraries
      `R developer docs 
<https://arrow.apache.org/docs/r/articles/developing.html>`_.
 
 
+     **Reinstalling R package and running 'make clean'**
+
+     When you will make changes to the Arrow C++ part of the code, also

Review comment:
       ```suggestion
        If you make changes to the Arrow C++ part of the code, also
   ```




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