We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c97d80e commit b9d8d77Copy full SHA for b9d8d77
.github/workflows/R-CMD-check.yaml
@@ -64,6 +64,14 @@ jobs:
64
Remove-Item -Path "R-4.5.0-aarch64.exe"
65
Remove-Item -Path "rtools45-aarch64.exe"
66
67
+ - name: Install Pak (WINARM64)
68
+ if: matrix.config.os == 'windows-11-arm'
69
+ run: |
70
+ install.packages("pak",
71
+ repos = c("https://r-lib.r-universe.dev", "https://cloud.r-project.org"),
72
+ Ncpus = 4);
73
+ shell: Rscript {0}
74
+
75
- uses: r-lib/actions/setup-r-dependencies@v2
76
with:
77
extra-packages: any::rcmdcheck
0 commit comments