We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a30a706 + 7544b4a commit 104facbCopy full SHA for 104facb
DESCRIPTION
@@ -54,7 +54,7 @@ Suggests:
54
rmarkdown (>= 1.0.0),
55
rstan (>= 2.17.1),
56
rstanarm (>= 2.17.4),
57
- rstantools (>= 1.5.0),
+ rstantools (>= 2.0.0),
58
scales,
59
shinystan (>= 2.3.0),
60
survival,
NEWS.md
@@ -1,5 +1,6 @@
1
# bayesplot (development version)
2
3
+* Bumped minimum version for `rstantools` from `>= 1.5.0` to `>= 2.0.0` .
4
* Use `rlang::warn()` and `rlang::inform()` for selected PPC user messages instead of base `warning()` and `message()`.
5
* Standardize input validation errors in `ppc_km_overlay()` and interpolation helpers to use `rlang::abort()` for consistent error handling.
6
* Fix assignment-in-call bug in `mcmc_rank_ecdf()` (#).
0 commit comments