[SPARK-30453][BUILD][R] Update AppVeyor R version to 3.6.2

### What changes were proposed in this pull request?
R version 3.6.2 (Dark and Stormy Night) was released on 2019-12-12. This PR targets to upgrade R installation for AppVeyor CI environment.

### Why are the changes needed?
To test the latest R versions before the release, and see if there are any regressions.

### Does this PR introduce any user-facing change?
No.

### How was this patch tested?
AppVeyor will test.

Closes #27124 from HyukjinKwon/upgrade-r-version-appveyor.

Authored-by: HyukjinKwon <gurwls223@apache.org>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
This commit is contained in:
HyukjinKwon 2020-01-07 18:43:21 -08:00 committed by Dongjoon Hyun
parent 9535776e28
commit 390e6bd7bc

View file

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