Skip to content

Commit b2c1daa

Browse files
Update R-CMD-check.yaml
Use a bit older R version.
1 parent 5cb8c6b commit b2c1daa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
- uses: actions/checkout@v2
2424
- uses: r-lib/actions/setup-pandoc@v2
2525
- uses: r-lib/actions/setup-r@v2
26+
with:
27+
r-version: '4.4.3'
2628
- name: Install dependencies
2729
run: |
2830
install.packages(c("remotes", "rcmdcheck"))

0 commit comments

Comments
 (0)