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 eb4ad30 commit 00469d9Copy full SHA for 00469d9
.github/workflows/quarto-book-netlify.yaml
@@ -27,7 +27,7 @@ jobs:
27
CMDSTAN_VERSION: "2.36.0"
28
PANDOC_VERSION: "3.6.3"
29
QUARTO_VERSION: "1.6.42"
30
- R_VERSION: "4.4.3"
+ R_VERSION: "4.5.0"
31
LANG: "en_US.UTF-8"
32
TZ: "Asia/Shanghai"
33
RETICULATE_PYTHON: /opt/.virtualenvs/r-tensorflow/bin/python
@@ -44,7 +44,7 @@ jobs:
44
with:
45
use-public-rspm: true
46
r-version: ${{ env.R_VERSION }}
47
- extra-repositories: 'https://stan-dev.r-universe.dev https://inla.r-inla-download.org/R/stable'
+ extra-repositories: 'https://stan-dev.r-universe.dev https://dmlc.r-universe.dev https://inla.r-inla-download.org/R/stable'
48
49
- uses: r-lib/actions/setup-r-dependencies@v2
50
0 commit comments