Skip to content

Commit 031d3f5

Browse files
committed
Narrow version bump to only rstantools (>= 2.0.0)
1 parent c76612f commit 031d3f5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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.33),
51+
knitr (>= 1.16),
5252
loo (>= 2.0.0),
5353
RColorBrewer,
54-
rmarkdown (>= 2.11),
55-
rstan (>= 2.21.0),
56-
rstanarm (>= 2.21.1),
57-
rstantools (>= 2.1.0),
54+
rmarkdown (>= 1.0.0),
55+
rstan (>= 2.17.1),
56+
rstanarm (>= 2.17.4),
57+
rstantools (>= 2.0.0),
5858
scales,
5959
shinystan (>= 2.3.0),
6060
survival,

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +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.
3+
* Bumped minimum version for `rstantools` from `>= 1.5.0` to `>= 2.0.0` because `loo_pit()` and `predictive_error()`, used by `ppc_loo_pit_*()` and `ppc_error_*()` functions, were introduced in `rstantools` 2.0.0.
44
* Use `rlang::warn()` and `rlang::inform()` for selected PPC user messages instead of base `warning()` and `message()`.
55
* Standardize input validation errors in `ppc_km_overlay()` and interpolation helpers to use `rlang::abort()` for consistent error handling.
66
* Fix assignment-in-call bug in `mcmc_rank_ecdf()` (#).

0 commit comments

Comments
 (0)