[SPARK-28720][BUILD][R] Update AppVeyor R version to 3.6.1

## What changes were proposed in this pull request?

R version 3.6.1 (Action of the Toes) was released on 2019-07-05. This PR aims to upgrade R installation for AppVeyor CI environment.

## How was this patch tested?

Pass the AppVeyor CI.

Closes #25441 from dongjoon-hyun/SPARK-28720.

Authored-by: Dongjoon Hyun <dhyun@apple.com>
Signed-off-by: DB Tsai <d_tsai@apple.com>
This commit is contained in:
Dongjoon Hyun 2019-08-13 22:56:53 +00:00 committed by DB Tsai
parent 601fd45814
commit f1d6b19de5

View file

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