ianmcook commented on a change in pull request #9797: URL: https://github.com/apache/arrow/pull/9797#discussion_r600805482
########## File path: r/README.md ########## @@ -143,7 +143,15 @@ checkout: ``` shell cd ../../r -R -e 'install.packages(c("devtools", "roxygen2", "pkgdown", "covr")); devtools::install_dev_deps()' + +R --vanilla << EOF Review comment: These instructions are intended for Windows users too (at least nominally) and this `<< EOF` heredoc trick does not work on Windows. -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org