Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 1f660d5

Browse files
committed
Update cmdstan version to 2.36.0 in GitHub Action and update cmdstanr installation.
1 parent 7c7b673 commit 1f660d5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
workflow_dispatch:
99

1010
env:
11-
cmdstanVersion: "2.31.0"
11+
cmdstanVersion: "2.36.0"
1212

1313
jobs:
1414
build:
@@ -28,6 +28,6 @@ jobs:
2828
with:
2929
extra-packages: |
3030
any::rcmdcheck
31-
cmdstanr=url::https://mc-stan.org/r-packages/src/contrib/cmdstanr_0.7.0.tar.gz
31+
cmdstanr=url::https://stan-dev.r-universe.dev/src/contrib/cmdstanr_0.8.1.tar.gz
3232
needs: check
3333
- uses: r-lib/actions/check-r-package@v2

Diff for: DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ Suggests:
2323
rmarkdown,
2424
cmdstanr
2525
Additional_repositories:
26-
https://mc-stan.org/r-packages/
26+
https://stan-dev.r-universe.dev
2727
VignetteBuilder: knitr

0 commit comments

Comments
 (0)