HyukjinKwon commented on code in PR #48649:
URL: https://github.com/apache/arrow/pull/48649#discussion_r2649194504
##########
r/vignettes/developers/setup.Rmd:
##########
@@ -189,7 +189,7 @@ checkout:
```{bash, save=run}
popd # To go back to the root directory of the project, from cpp/build
pushd r
-R -e "install.packages('remotes'); remotes::install_deps(dependencies = TRUE)"
+R -e 'install.packages("remotes", repos="https://cloud.r-project.org");
remotes::install_deps(dependencies = TRUE)'
Review Comment:
Ah that's fine! I am fine with closing this too. I'll leave this to you 🫡
--
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]