Skip to content

Commit b6b00f5

Browse files
committed
Deps
1 parent e803d21 commit b6b00f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@ jobs:
9090
echo "C:/rtools45-aarch64/usr/bin;C:/rtools45-aarch64/aarch64-w64-mingw32.static.posix/bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
9191
echo "C:\Program Files\R-aarch64\R-4.5.0\bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
9292
93-
- name: Install pak (ARM64)
93+
- name: Install Dependencies (ARM64)
9494
if: matrix.config.os == 'windows-11-arm'
9595
run: |
96-
install.packages("pak", repos = c(CRAN = "https://cloud.r-project.org"))
96+
install.packages(c("tinytest", "knitr", "rmarkdown", "rcmdcheck"), repos = c(CRAN = "https://cloud.r-project.org"))
9797
shell: Rscript {0}
9898

9999
# - name: Install dependencies & Check Package (ARM64)

0 commit comments

Comments
 (0)