Skip to content

Commit 104facb

Browse files
authored
Merge pull request #497 from utkarshpawade/fix/bump-suggests-minimum-versions
Bump minimum versions for suggested packages
2 parents a30a706 + 7544b4a commit 104facb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Suggests:
5454
rmarkdown (>= 1.0.0),
5555
rstan (>= 2.17.1),
5656
rstanarm (>= 2.17.4),
57-
rstantools (>= 1.5.0),
57+
rstantools (>= 2.0.0),
5858
scales,
5959
shinystan (>= 2.3.0),
6060
survival,

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# bayesplot (development version)
22

3+
* Bumped minimum version for `rstantools` from `>= 1.5.0` to `>= 2.0.0` .
34
* Use `rlang::warn()` and `rlang::inform()` for selected PPC user messages instead of base `warning()` and `message()`.
45
* Standardize input validation errors in `ppc_km_overlay()` and interpolation helpers to use `rlang::abort()` for consistent error handling.
56
* Fix assignment-in-call bug in `mcmc_rank_ecdf()` (#).

0 commit comments

Comments
 (0)