wjones127 commented on a change in pull request #11705: URL: https://github.com/apache/arrow/pull/11705#discussion_r753389277
########## File path: r/vignettes/developing.Rmd ########## @@ -38,567 +38,31 @@ set -e set -x ``` -If you're looking to contribute to arrow, this vignette can help you set up a development environment that will enable you to write code and run tests locally. It outlines: +If you're interested in contributing to arrow, this vignette explains our approach, +at a high-level. If you're looking for more detailed content, you may want to +look at one of the following links: -* how to build the components that make up the Arrow project and R package -* workflows that developers use -* some common troubleshooting steps and solutions +* [setting up a development environment and building the components that make up the Arrow project and R package](https://arrow.apache.org/docs/r/articles/developers/setup.html) +* [common Arrow dev workflow tasks](https://arrow.apache.org/docs/r/articles/developers/workflow.html) +* [running R with the C++ debugger attached](https://arrow.apache.org/docs/r/articles/developers/debugging.html) Review comment: Ohhh. Does this mean we are making parts of these developer docs not available offline? -- 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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org