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



##########
File path: docs/source/developers/guide/step_by_step/building.rst
##########
@@ -155,6 +155,24 @@ Building other Arrow libraries
      `R developer docs 
<https://arrow.apache.org/docs/r/articles/developing.html>`_.
 
 
+     **Reinstalling R package and running 'make clean'**
+
+     If you 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`` and will
+     remove any cached object code in the ``r/src/`` directory, insuring

Review comment:
       ```suggestion
        remove any cached object code in the ``r/src/`` directory, ensuring
   ```




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