You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by gu...@apache.org on 2017/08/06 10:51:43 UTC

spark git commit: [SPARKR][BUILD] AppVeyor change to latest R version

Repository: spark
Updated Branches:
  refs/heads/master 1ba967b25 -> d4e7f20f5


[SPARKR][BUILD] AppVeyor change to latest R version

## What changes were proposed in this pull request?

R version update

## How was this patch tested?

AppVeyor

Author: Felix Cheung <fe...@hotmail.com>

Closes #18856 from felixcheung/rappveyorver.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/d4e7f20f
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/d4e7f20f
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/d4e7f20f

Branch: refs/heads/master
Commit: d4e7f20f5416a5c1b726337a5b2f104bd02495e3
Parents: 1ba967b
Author: Felix Cheung <fe...@hotmail.com>
Authored: Sun Aug 6 19:51:35 2017 +0900
Committer: hyukjinkwon <gu...@gmail.com>
Committed: Sun Aug 6 19:51:35 2017 +0900

----------------------------------------------------------------------
 dev/appveyor-install-dependencies.ps1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/d4e7f20f/dev/appveyor-install-dependencies.ps1
----------------------------------------------------------------------
diff --git a/dev/appveyor-install-dependencies.ps1 b/dev/appveyor-install-dependencies.ps1
index 1c34f1b..cf82389 100644
--- a/dev/appveyor-install-dependencies.ps1
+++ b/dev/appveyor-install-dependencies.ps1
@@ -114,7 +114,7 @@ $env:Path += ";$env:HADOOP_HOME\bin"
 Pop-Location
 
 # ========================== R
-$rVer = "3.3.1"
+$rVer = "3.4.1"
 $rToolsVer = "3.4.0"
 
 InstallR


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org