Skip to content

Commit 915b2be

Browse files
committed
Re-test workflow
1 parent 20e9b00 commit 915b2be

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@ jobs:
5959
with:
6060
token: ${{ secrets.GITHUB_TOKEN }}
6161
job-config: ${{ toJson(matrix.config) }}
62+
63+
- name: Install package dependencies
64+
if: matrix.config.label == 'rchk'
65+
shell: Rscript {0}
66+
run: install.packages("RcppParallel", type = "source", repos = "https://cloud.r-project.org")
67+
6268
- uses: r-hub/actions/run-check@main
6369
with:
6470
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)