Skip to content

Commit 2b9ca87

Browse files
committed
Deps
1 parent 5987279 commit 2b9ca87

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
C:/Program Files/R-aarch64/R-4.5.0
6666
C:/rtools45-aarch64
6767
key: winarm64-r
68+
save-always: true
6869

6970
- name: Install R & RTools (ARM64)
7071
if: matrix.config.os == 'windows-11-arm' && steps.cache-r.outputs.cache-hit != 'true'
@@ -93,7 +94,10 @@ jobs:
9394
- name: Install Dependencies (ARM64)
9495
if: matrix.config.os == 'windows-11-arm'
9596
run: |
96-
install.packages(c("tinytest", "knitr", "rmarkdown", "rcmdcheck"), repos = c(CRAN = "https://cloud.r-project.org"))
97+
install.packages(c("tinytest", "knitr", "rmarkdown", "rcmdcheck"),
98+
repos = c(CRAN = "https://cloud.r-project.org"),
99+
Ncpus = 4);
100+
rcmdcheck::rcmdcheck(args = c("--no-manual", "--as-cran"), check_dir = "check")
97101
shell: Rscript {0}
98102

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

0 commit comments

Comments
 (0)