From d69ea9d752953a5c86611253efa500928571a69b Mon Sep 17 00:00:00 2001 From: Indrajeet Patil Date: Fri, 3 Nov 2023 13:21:11 +0100 Subject: [PATCH] CRAN release 0.8.1 --- DESCRIPTION | 4 ++-- NEWS.md | 10 +++++++--- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 28c2f0ef0..d18611b18 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: see Title: Model Visualisation Toolbox for 'easystats' and 'ggplot2' -Version: 0.8.0.7 +Version: 0.8.1 Authors@R: c(person(given = "Daniel", family = "Lüdecke", @@ -105,7 +105,7 @@ Suggests: rstanarm, scales (>= 1.2.1), splines, - testthat (>= 3.1.7), + testthat (>= 3.2.0), tidygraph, vdiffr (>= 1.0.6) Encoding: UTF-8 diff --git a/NEWS.md b/NEWS.md index 887a59f0b..3971c6217 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# see (development version) +# see 0.8.1 ## Major Changes @@ -6,20 +6,24 @@ ## New features -* There is now a `plot()` method for outputs of `datawizard::data_tabulate()` +* There is now a `plot()` method for outputs of `datawizard::data_tabulate()` (#293). ## Minor Changes * The `print()` method for `performance::check_model()` now also evaluates the default plot type for posterior predictive checks. + * QQ/PP-plots now default to drawing simultaneous testing bands (when the `qqplotr` package is available). Previous behavior can be restored by setting `method = "pointwise"`. -* Plot method for `performance::check_normality()` now default to a detrended + +* Plot method for `performance::check_normality()` now default to a detrended QQ-plot. Previous behavior can be restored by setting `type = "density"`. + * Plot method for `binned_residuals()` gains a `show_smooth` argument, to show or hide the smooth line. + * Plot method for `check_predictions()` gains a `x_limits` argument, to limit the x-axis-range. This can be useful to "zoom in" certain parts of the plot.