From a8930a54f53b25da36bebc123a01301083afc6ac Mon Sep 17 00:00:00 2001 From: Xiangyun Huang Date: Wed, 5 Jun 2024 18:01:24 +0800 Subject: [PATCH] CmdStan 2.35.0 (#21) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * CmdStan 2.35.0 * geodata 被 CRAN 移除了,所以 CI 报错,尝试安装开发版 --- .github/workflows/quarto-book-netlify.yaml | 6 +++--- DESCRIPTION | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/quarto-book-netlify.yaml b/.github/workflows/quarto-book-netlify.yaml index 88e3335..2f2018d 100644 --- a/.github/workflows/quarto-book-netlify.yaml +++ b/.github/workflows/quarto-book-netlify.yaml @@ -24,9 +24,9 @@ jobs: runs-on: ubuntu-latest env: GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} - CMDSTAN_VERSION: "2.34.1" + CMDSTAN_VERSION: "2.35.0" PANDOC_VERSION: "3.1.13" - QUARTO_VERSION: "1.4.553" + QUARTO_VERSION: "1.4.555" R_VERSION: "4.4.0" LANG: "en_US.UTF-8" TZ: "Asia/Shanghai" @@ -43,7 +43,7 @@ jobs: with: use-public-rspm: true r-version: ${{ env.R_VERSION }} - extra-repositories: 'https://mc-stan.org/r-packages https://inla.r-inla-download.org/R/stable' + extra-repositories: 'https://stan-dev.r-universe.dev https://inla.r-inla-download.org/R/stable' - uses: r-lib/actions/setup-r-dependencies@v2 diff --git a/DESCRIPTION b/DESCRIPTION index 9437b5d..510cb80 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -12,7 +12,7 @@ Imports: bayesplot, blme, brms, - cmdstanr (>= 0.7.1), + cmdstanr (>= 0.8.0), downlit, expm, fastmatrix, @@ -71,10 +71,11 @@ Imports: Suggests: quarto (>= 1.4), rsconnect (>= 1.2.1) +Remotes: rspatial/geodata LinkingTo: BH (>= 1.75.0-0), StanHeaders (>= 2.32.6) SystemRequirements: pgf (>= 3.00), JAGS 4.x.y Additional_repositories: - https://mc-stan.org/r-packages/, + https://stan-dev.r-universe.dev, https://inla.r-inla-download.org/R/stable Encoding: UTF-8 License: CC NC ND 4.0