[SPARK-25944][R][BUILD] AppVeyor change to latest R version (3.5.1)

## What changes were proposed in this pull request?

R 3.5.1 is released 2018-07-02. This PR targets to changes R version from 3.4.1 to 3.5.1.

## How was this patch tested?

AppVeyor

Closes #22948 from HyukjinKwon/SPARK-25944.

Authored-by: hyukjinkwon <gurwls223@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
This commit is contained in:
hyukjinkwon 2018-11-05 14:26:22 -08:00 committed by Dongjoon Hyun
parent fc10c898f4
commit 486acda8c5
No known key found for this signature in database
GPG key ID: EDA00CE834F0FC5C

View file

@ -115,7 +115,7 @@ $env:Path += ";$env:HADOOP_HOME\bin"
Pop-Location
# ========================== R
$rVer = "3.4.1"
$rVer = "3.5.1"
$rToolsVer = "3.4.0"
InstallR