Repository: spark
Updated Branches:
  refs/heads/master 0ba9715c7 -> f9ff75653


[SPARK-26013][R][BUILD] Upgrade R tools version from 3.4.0 to 3.5.1 in AppVeyor 
build

## What changes were proposed in this pull request?

R tools 3.5.1 is released few months ago. Spark currently uses 3.4.0. We should 
better upgrade in AppVeyor.

## How was this patch tested?

AppVeyor builds.

Closes #23011 from HyukjinKwon/SPARK-26013.

Authored-by: hyukjinkwon <gurwls...@apache.org>
Signed-off-by: hyukjinkwon <gurwls...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/f9ff7565
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/f9ff7565
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/f9ff7565

Branch: refs/heads/master
Commit: f9ff75653fa8cd055fbcbfe94243049c38c60507
Parents: 0ba9715
Author: hyukjinkwon <gurwls...@apache.org>
Authored: Tue Nov 13 01:21:03 2018 +0800
Committer: hyukjinkwon <gurwls...@apache.org>
Committed: Tue Nov 13 01:21:03 2018 +0800

----------------------------------------------------------------------
 dev/appveyor-install-dependencies.ps1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/f9ff7565/dev/appveyor-install-dependencies.ps1
----------------------------------------------------------------------
diff --git a/dev/appveyor-install-dependencies.ps1 
b/dev/appveyor-install-dependencies.ps1
index 06d9d70..cc68ffb 100644
--- a/dev/appveyor-install-dependencies.ps1
+++ b/dev/appveyor-install-dependencies.ps1
@@ -116,7 +116,7 @@ Pop-Location
 
 # ========================== R
 $rVer = "3.5.1"
-$rToolsVer = "3.4.0"
+$rToolsVer = "3.5.1"
 
 InstallR
 InstallRtools


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to