You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Address review feedback: fix size/linewidth handling and pointrange defaults
- Error when both `size` and `linewidth` are supplied to resolve_linewidth()
- Add deprecation warning in ppc_rootogram() when `size` is used (previously
controlled both point size and line width silently)
- Change default `size` for pointrange functions from 2.5 back to 1 (size=2.5
with ggplot2 4.0's internal fatten=4 produced oversized points)
- Apply NEWS.md wording suggestions
- Remove duplicate @importFrom lifecycle line in bayesplot-package.R
- Update rootogram tests to use `linewidth` instead of deprecated `size`
- Regenerate vdiffr snapshots for updated defaults
Copy file name to clipboardExpand all lines: NEWS.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# bayesplot (development version)
2
2
3
-
* Deprecate user-facing `size` arguments that controlled line width in favor of linewidth` across all plotting functions.
4
-
* Deprecate the `fatten` argument in `ppc_intervals()`, `ppd_intervals()`,`ppc_loo_intervals()`, `ppc_bars()`, and their grouped variants. Point size in`geom_pointrange()` is now controlled directly by `size`.
3
+
* Deprecate user-facing `size` arguments that controlled line width in favor of `linewidth` across all plotting functions.
4
+
* Deprecate the `fatten` argument in `ppc_intervals()`, `ppd_intervals()`,`ppc_loo_intervals()`, `ppc_bars()`, and their grouped variants. Point size in`geom_pointrange()` is now controlled directly by `size`.
5
5
* Added unit tests for previously untested edge cases in `param_range()`, `param_glue()`, and `tidyselect_parameters()` (no-match, partial-match, and negation behavior).
6
6
* Bumped minimum version for `rstantools` from `>= 1.5.0` to `>= 2.0.0` .
7
7
* Use `rlang::warn()` and `rlang::inform()` for selected PPC user messages instead of base `warning()` and `message()`.
0 commit comments