BryanCutler commented on a change in pull request #26555: [SPARK-29378][R]
Upgrade SparkR to use Arrow 0.15 API
URL: https://github.com/apache/spark/pull/26555#discussion_r347101851
##########
File path: appveyor.yml
##########
@@ -43,9 +43,8 @@ install:
- ps: .\dev\appveyor-install-dependencies.ps1
# Required package for R unit tests
- cmd: R -e "install.packages(c('knitr', 'rmarkdown', 'e1071', 'survival'),
repos='https://cloud.r-project.org/')"
Review comment:
Would it be better to restore this line from #26041 to install arrow?
```
cmd: R -e "install.packages(c('knitr', 'rmarkdown', 'e1071', 'survival',
'arrow'), repos='https://cloud.r-project.org/')"
```
----------------------------------------------------------------
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]