jonkeane commented on a change in pull request #11644:
URL: https://github.com/apache/arrow/pull/11644#discussion_r751463031
##########
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:
Ah, yeah, we probably should set a more general cran mirror in this
build, but feel free to make a follow-on Jira for that
--
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]