You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/03/01 22:05:46 UTC

[GitHub] [arrow] wjones127 commented on a change in pull request #11717: ARROW-13683: [R] Test Windows UCRT R

wjones127 commented on a change in pull request #11717:
URL: https://github.com/apache/arrow/pull/11717#discussion_r817179918



##########
File path: .github/workflows/r.yml
##########
@@ -233,14 +233,18 @@ jobs:
 
   windows-r:
     needs: [windows-cpp]
-    name: AMD64 Windows R RTools ${{ matrix.rtools }}
+    name: AMD64 Windows R ${{ matrix.config.rversion }} RTools ${{ matrix.config.rtools }}
     runs-on: windows-2019
     if: ${{ !contains(github.event.pull_request.title, 'WIP') }}
     timeout-minutes: 60
     strategy:
       fail-fast: false
       matrix:
-        rtools: [35, 40]
+        config:
+        - { rtools: 35, rversion: "3.6" }
+        - { rtools: 40, rversion: "4.1" }
+        # TODO: Once R 4.2 comes out we can switch to devel + 4.2
+        - { rtools: 40, rversion: "devel-ucrt" }

Review comment:
       Thanks!




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org