srowen commented on a change in pull request #24664: [SPARK-27794][R][DOCS] Use 
https URL for CRAN repo
URL: https://github.com/apache/spark/pull/24664#discussion_r286053888
 
 

 ##########
 File path: appveyor.yml
 ##########
 @@ -42,9 +42,9 @@ install:
   # Install maven and dependencies
   - ps: .\dev\appveyor-install-dependencies.ps1
   # Required package for R unit tests
-  - cmd: R -e "install.packages(c('knitr', 'rmarkdown', 'devtools', 'e1071', 
'survival'), repos='http://cran.us.r-project.org')"
+  - cmd: R -e "install.packages(c('knitr', 'rmarkdown', 'devtools', 'e1071', 
'survival'), repos='https://cloud.r-project.org/')"
 
 Review comment:
   I did verify that this command line does install packages as desired, with 
the different repo

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to