Skip to content

Commit 1e64594

Browse files
authored
Merge branch 'master' into fix/add-tidy-params-unit-tests
2 parents ed73dca + 104facb commit 1e64594

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,6 +1,7 @@
11
# bayesplot (development version)
22

33
* Added unit tests for previously untested edge cases in `param_range()`, `param_glue()`, and `tidyselect_parameters()` (no-match, partial-match, and negation behavior).
4+
* Bumped minimum version for `rstantools` from `>= 1.5.0` to `>= 2.0.0` .
45
* Use `rlang::warn()` and `rlang::inform()` for selected PPC user messages instead of base `warning()` and `message()`.
56
* Standardize input validation errors in `ppc_km_overlay()` and interpolation helpers to use `rlang::abort()` for consistent error handling.
67
* Fix assignment-in-call bug in `mcmc_rank_ecdf()` (#).

0 commit comments

Comments
 (0)