Repository: spark Updated Branches: refs/heads/master fc10c898f -> 486acda8c
[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 <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/486acda8 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/486acda8 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/486acda8 Branch: refs/heads/master Commit: 486acda8c5a421b440571629730dfa6b02af9b80 Parents: fc10c89 Author: hyukjinkwon <[email protected]> Authored: Mon Nov 5 14:26:22 2018 -0800 Committer: Dongjoon Hyun <[email protected]> Committed: Mon Nov 5 14:26:22 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/486acda8/dev/appveyor-install-dependencies.ps1 ---------------------------------------------------------------------- diff --git a/dev/appveyor-install-dependencies.ps1 b/dev/appveyor-install-dependencies.ps1 index c918828..06d9d70 100644 --- a/dev/appveyor-install-dependencies.ps1 +++ b/dev/appveyor-install-dependencies.ps1 @@ -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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
