jonkeane commented on code in PR #48649:
URL: https://github.com/apache/arrow/pull/48649#discussion_r2649181676


##########
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:
   We might want to pull this out into the text. For R users / developers they 
will have a preferred repo source configured already. For example, if someone 
is on linux + pointed at Posit Public Package manager for binaries, this will 
override that + be much slower for them. 
   
   I've also triggered a devdocs CI job to see if this impacts that too. 



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