Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ Suggests:
ggfortify,
gridExtra (>= 2.2.1),
hexbin,
knitr (>= 1.16),
knitr (>= 1.33),
loo (>= 2.0.0),
RColorBrewer,
rmarkdown (>= 1.0.0),
rstan (>= 2.17.1),
rstanarm (>= 2.17.4),
rstantools (>= 1.5.0),
rmarkdown (>= 2.11),
rstan (>= 2.21.0),
rstanarm (>= 2.21.1),
rstantools (>= 2.1.0),
scales,
shinystan (>= 2.3.0),
survival,
Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# bayesplot (development version)

* Bumped minimum versions for suggested packages (`rstan`, `rstanarm`, `rstantools`, `knitr`, `rmarkdown`) to align with the `R >= 4.1.0` requirement.
* Use `rlang::warn()` and `rlang::inform()` for selected PPC user messages instead of base `warning()` and `message()`.
* Standardize input validation errors in `ppc_km_overlay()` and interpolation helpers to use `rlang::abort()` for consistent error handling.
* Fix assignment-in-call bug in `mcmc_rank_ecdf()` (#).
Expand Down
Loading