Skip to content

Commit

Permalink
[SPARK-45995][R][INFRA] Upgrade R version from 4.3.1 to 4.3.2 in AppV…
Browse files Browse the repository at this point in the history
…eyor

### What changes were proposed in this pull request?

This PR aims to support R 4.3.2 officially in Apache Spark 4.0.0 by upgrading AppVeyor to 4.3.2.

### Why are the changes needed?

To test the latest R version, see also https://cran.r-project.org/doc/manuals/r-release/NEWS.html

### Does this PR introduce _any_ user-facing change?

No

### How was this patch tested?

CI

Closes #43893 from HyukjinKwon/SPARK-45995.

Authored-by: Hyukjin Kwon <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
  • Loading branch information
HyukjinKwon authored and dongjoon-hyun committed Nov 20, 2023
1 parent 51b8014 commit ed3a2ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/appveyor-install-dependencies.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ $env:PATH = "$env:HADOOP_HOME\bin;" + $env:PATH
Pop-Location

# ========================== R
$rVer = "4.3.1"
$rVer = "4.3.2"
$rToolsVer = "4.0.2"

InstallR
Expand Down

0 comments on commit ed3a2ed

Please sign in to comment.