Skip to content

Commit

Permalink
CRAN release 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Nov 3, 2023
1 parent 6a8c869 commit d69ea9d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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
Expand Down
10 changes: 7 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,29 @@
# see (development version)
# see 0.8.1

## Major Changes

* This release changes the licensing model of `{see}` to an MIT license.

## 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.

Expand Down

0 comments on commit d69ea9d

Please sign in to comment.