File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Type: Package
22Package: see
33Title: Model Visualisation Toolbox for 'easystats' and 'ggplot2'
4- Version: 0.8.0.7
4+ Version: 0.8.1
55Authors@R:
66 c(person(given = "Daniel",
77 family = "Lüdecke",
@@ -105,7 +105,7 @@ Suggests:
105105 rstanarm,
106106 scales (>= 1.2.1),
107107 splines,
108- testthat (>= 3.1.7 ),
108+ testthat (>= 3.2.0 ),
109109 tidygraph,
110110 vdiffr (>= 1.0.6)
111111Encoding: UTF-8
Original file line number Diff line number Diff line change 1- # see (development version)
1+ # see 0.8.1
22
33## Major Changes
44
55* This release changes the licensing model of ` {see} ` to an MIT license.
66
77## New features
88
9- * There is now a ` plot() ` method for outputs of ` datawizard::data_tabulate() `
9+ * There is now a ` plot() ` method for outputs of ` datawizard::data_tabulate() `
1010 (#293 ).
1111
1212## Minor Changes
1313
1414* The ` print() ` method for ` performance::check_model() ` now also evaluates the
1515 default plot type for posterior predictive checks.
16+
1617* QQ/PP-plots now default to drawing simultaneous testing bands (when the
1718 ` qqplotr ` package is available). Previous behavior can be restored by setting
1819 ` method = "pointwise" ` .
19- * Plot method for ` performance::check_normality() ` now default to a detrended
20+
21+ * Plot method for ` performance::check_normality() ` now default to a detrended
2022 QQ-plot. Previous behavior can be restored by setting ` type = "density" ` .
23+
2124* Plot method for ` binned_residuals() ` gains a ` show_smooth ` argument, to show
2225 or hide the smooth line.
26+
2327* Plot method for ` check_predictions() ` gains a ` x_limits ` argument, to limit
2428 the x-axis-range. This can be useful to "zoom in" certain parts of the plot.
2529
You can’t perform that action at this time.
0 commit comments