Skip to content

Commit

Permalink
test with previous R version
Browse files Browse the repository at this point in the history
  • Loading branch information
avehtari committed Nov 11, 2024
1 parent af65371 commit 0352d75
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/render.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,17 @@ jobs:
tinytex: true

- name: Set up R
uses: r-lib/actions/setup-r@v2.10.1
uses: r-lib/actions/setup-r@v2
with:
r-version: 4.4.1
use-public-rspm: true
extra-repositories: 'https://avehtari.r-universe.dev https://stan-dev.r-universe.dev'

- name: Install R dependencies
uses: r-lib/actions/setup-r-dependencies@v2.10.1
uses: r-lib/actions/setup-r-dependencies@v2
with:
cache: "always"
dependencies: '"hard"'
packages:
any::dplyr
any::tidyr
Expand Down

0 comments on commit 0352d75

Please sign in to comment.