Skip to content

Commit e1a6807

Browse files
committed
Use 0.14.1 for now
1 parent bea530f commit e1a6807

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ install:
4242
# Install maven and dependencies
4343
- ps: .\dev\appveyor-install-dependencies.ps1
4444
# Required package for R unit tests
45-
- cmd: R -e "install.packages(c('knitr', 'rmarkdown', 'e1071', 'survival', 'arrow'), repos='https://cloud.r-project.org/')"
45+
- cmd: R -e "install.packages(c('knitr', 'rmarkdown', 'e1071', 'survival'), repos='https://cloud.r-project.org/')"
46+
# Uses Arrow R 0.14.1 for now. 0.15.0 seems not working for now. See SPARK-29378.
47+
- cmd: R -e "install.packages('https://cran.r-project.org/src/contrib/Archive/arrow/arrow_0.14.1.tar.gz', repos=NULL, type='source')"
4648
# Here, we use the fixed version of testthat. For more details, please see SPARK-22817.
4749
# As of devtools 2.1.0, it requires testthat higher then 2.1.1 as a dependency. SparkR test requires testthat 1.0.2.
4850
# Therefore, we don't use devtools but installs it directly from the archive including its dependencies.
@@ -57,8 +59,6 @@ build_script:
5759

5860
environment:
5961
NOT_CRAN: true
60-
# See SPARK-29378.
61-
ARROW_PRE_0_15_IPC_FORMAT: 1
6262
# See SPARK-27848. Currently installing some dependent packages causes
6363
# "(converted from warning) unable to identify current timezone 'C':" for an unknown reason.
6464
# This environment variable works around to test SparkR against a higher version.

0 commit comments

Comments
 (0)