Skip to content

Commit b1e57c8

Browse files
committed
Force recent rstan in description
1 parent 3e43f86 commit b1e57c8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- uses: r-lib/actions/setup-r-dependencies@v2
4646
with:
47-
extra-packages: any::rcmdcheck, any::BH, any::RcppEigen, any::vdiffr, any::cmdstanr, any::rstan@>=2.36
47+
extra-packages: any::rcmdcheck, any::BH, any::RcppEigen, any::vdiffr, any::cmdstanr
4848
needs: check
4949

5050
- name: Install CmdStan

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Suggests:
5151
loo (>= 2.0.0),
5252
RColorBrewer,
5353
rmarkdown (>= 1.0.0),
54-
rstan (>= 2.17.1),
54+
rstan (>= 2.36.0),
5555
rstanarm (>= 2.17.4),
5656
rstantools (>= 1.5.0),
5757
scales,

0 commit comments

Comments
 (0)