Skip to content

Commit c76612f

Browse files
committed
Bump minimum versions for suggested packages
1 parent a30a706 commit c76612f

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

DESCRIPTION

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ Suggests:
4848
ggfortify,
4949
gridExtra (>= 2.2.1),
5050
hexbin,
51-
knitr (>= 1.16),
51+
knitr (>= 1.33),
5252
loo (>= 2.0.0),
5353
RColorBrewer,
54-
rmarkdown (>= 1.0.0),
55-
rstan (>= 2.17.1),
56-
rstanarm (>= 2.17.4),
57-
rstantools (>= 1.5.0),
54+
rmarkdown (>= 2.11),
55+
rstan (>= 2.21.0),
56+
rstanarm (>= 2.21.1),
57+
rstantools (>= 2.1.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 versions for suggested packages (`rstan`, `rstanarm`, `rstantools`, `knitr`, `rmarkdown`) to align with the `R >= 4.1.0` requirement.
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)