wjones127 commented on a change in pull request #11644:
URL: https://github.com/apache/arrow/pull/11644#discussion_r749720021



##########
File path: r/vignettes/developing.Rmd
##########
@@ -38,6 +39,14 @@ set -e
 set -x
 ```
 
+
+```{bash, save=run & windows, hide=TRUE}
+# Part of Path, including the path to R's bin, needs to be fixed.
+export PATH=$(cygpath --path $PATH)
+# For some reason CRAN Mirror goes missing in CI
+echo 'options(repos=structure(c(CRAN="https://cloud.r-project.org";)))' > 
$HOME/.Rprofile

Review comment:
       Yeah just got this:
   ```
   Error in contrib.url(repos, "source") : 
     trying to use CRAN without setting a mirror
   ```
   
   in this run: 
https://github.com/ursacomputing/crossbow/runs/4172831531?check_suite_focus=true




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