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 4231a33 commit 9bbcae4Copy full SHA for 9bbcae4
.github/workflows/pkgdown.yaml
@@ -27,7 +27,9 @@ jobs:
27
- uses: r-lib/actions/setup-r@v2
28
with:
29
use-public-rspm: true
30
- extra-repositories: "https://mc-stan.org/r-packages/, https://ecmerkle.github.io/drat/"
+ extra-repositories: |
31
+ https://mc-stan.org/r-packages/ |
32
+ https://ecmerkle.github.io/drat/
33
34
- uses: r-lib/actions/setup-r-dependencies@v2
35
0 commit comments