This is an automated email from the ASF dual-hosted git repository.

yangjie01 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new f33b142cc3f5 [SPARK-50209][R][INFRA] Use R 4.4.2 in `windows` R GitHub 
Action Windows job
f33b142cc3f5 is described below

commit f33b142cc3f5bf247ae3c8b7a06e85aa012b5c04
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sun Nov 3 22:51:29 2024 +0800

    [SPARK-50209][R][INFRA] Use R 4.4.2 in `windows` R GitHub Action Windows job
    
    ### What changes were proposed in this pull request?
    
    This PR aims to use R 4.4.2 in `windows` R GitHub Action job.
    
    ### Why are the changes needed?
    
    R 4.4.2 (codename "Pile of Leaves") is the latest release which is released 
on 2024-10-31.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #48741 from dongjoon-hyun/SPARK-50209.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: yangjie01 <[email protected]>
---
 .github/workflows/build_sparkr_window.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/build_sparkr_window.yml 
b/.github/workflows/build_sparkr_window.yml
index ddaf60ad3e71..b97251a46171 100644
--- a/.github/workflows/build_sparkr_window.yml
+++ b/.github/workflows/build_sparkr_window.yml
@@ -16,7 +16,7 @@
 # specific language governing permissions and limitations
 # under the License.
 #
-name: "Build / SparkR-only (master, 4.4.1, windows-2022)"
+name: "Build / SparkR-only (master, 4.4.2, windows-2022)"
 
 on:
   schedule:
@@ -50,10 +50,10 @@ jobs:
       with:
         distribution: zulu
         java-version: 17
-    - name: Install R 4.4.1
+    - name: Install R 4.4.2
       uses: r-lib/actions/setup-r@v2
       with:
-        r-version: 4.4.1
+        r-version: 4.4.2
     - name: Install R dependencies
       run: |
         Rscript -e "install.packages(c('knitr', 'rmarkdown', 'testthat', 
'e1071', 'survival', 'arrow', 'xml2'), repos='https://cloud.r-project.org/')"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to