We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1224eaf commit 91ca528Copy full SHA for 91ca528
.github/workflows/R-CMD-check.yaml
@@ -40,7 +40,9 @@ jobs:
40
r-version: ${{ matrix.config.r }}
41
http-user-agent: ${{ matrix.config.http-user-agent }}
42
use-public-rspm: true
43
- extra-repositories: 'https://stan-dev.r-universe.dev'
+ extra-repositories: |
44
+ https://community.r-multiverse.org
45
+ https://stan-dev.r-universe.dev
46
47
- uses: r-lib/actions/setup-r-dependencies@v2
48
with:
0 commit comments