[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 <gurwls223@apache.org>
Signed-off-by: hyukjinkwon <gurwls223@apache.org>
This commit is contained in:
hyukjinkwon 2018-11-13 01:21:03 +08:00
parent 0ba9715c7d
commit f9ff75653f

View file

@ -116,7 +116,7 @@ Pop-Location
# ========================== R
$rVer = "3.5.1"
$rToolsVer = "3.4.0"
$rToolsVer = "3.5.1"
InstallR
InstallRtools