HyukjinKwon commented on a change in pull request #25993: [SPARK-29339][R]
Support Arrow 0.14 in vectoried dapply and gapply (test it in AppVeyor build)
URL: https://github.com/apache/spark/pull/25993#discussion_r330854715
##########
File path: appveyor.yml
##########
@@ -46,9 +46,9 @@ install:
# Here, we use the fixed version of testthat. For more details, please see
SPARK-22817.
# As of devtools 2.1.0, it requires testthat higher then 2.1.1 as a
dependency. SparkR test requires testthat 1.0.2.
# Therefore, we don't use devtools but installs it directly from the archive
including its dependencies.
- - cmd: R -e "install.packages(c('crayon', 'praise', 'R6'),
repos='https://cloud.r-project.org/')"
+ - cmd: R -e "install.packages(c('crayon', 'praise', 'R6', 'arrow'),
repos='https://cloud.r-project.org/')"
- cmd: R -e
"install.packages('https://cloud.r-project.org/src/contrib/Archive/testthat/testthat_1.0.2.tar.gz',
repos=NULL, type='source')"
- - cmd: R -e "packageVersion('knitr'); packageVersion('rmarkdown');
packageVersion('testthat'); packageVersion('e1071'); packageVersion('survival')"
+ - cmd: R -e "packageVersion('knitr'); packageVersion('rmarkdown');
packageVersion('testthat'); packageVersion('e1071');
packageVersion('survival'); packageVersion('arrow')"
Review comment:
Maybe .. it will needs to install `devtools` which upgrades `testthat` ...
so it's a bit tricky to install a specific version for now.
I was thinking about testing the latest in AppVeyor and old version at
Jenkins anyway. should be fine.
----------------------------------------------------------------
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]