Skip to content

Releases: easystats/see

see 0.7.2

10 Aug 14:29
5714ca2
Compare
Choose a tag to compare

Changes

  • Added aesthetics argument to all color and fill scale functions so that
    the same scale can be applied to multiple aesthetics and so that the functions
    can be used with other aesthetics from other packages (e.g., edge_color).

  • Added Okabe-Ito color palette (palette_okabeito, scale_color_okabeito())
    etc.)

  • Several minor improvements.

Bug fixes

  • Fixed CRAN check issues.

see 0.6.7

29 Jul 18:10
Compare
Choose a tag to compare

General

  • check_model() function now uses patchwork instead of gridExtra to
    arrange plots in a grid.

  • Reduced/removed some package dependencies.

  • Revise plot() for bayestestR::bayesfactor() to meet forthcoming changes in
    the bayestestR package.

New features

  • New functions geom_from_list and geoms_from_list to create geoms from
    lists.

  • Plotting for normality check is now supported for afex_aov models.

Bug fixes

  • Fixed issue that argument show_intercept is no longer ignored in plot()
    for rope().

see 0.5.2

27 Jul 07:53
Compare
Choose a tag to compare
on CRAN

see 0.5.1

20 Jul 09:22
Compare
Choose a tag to compare

see 0.2.1

26 Jul 10:12
Compare
Choose a tag to compare

General

  • More comprehensive examples available from the
    package-website.

  • Added new color-palettes.

New plot-functions

  • Added plot-function for parameters::model_parameters().

  • Added plot-function for bayestestR::point_estimate().

Changes to functions

  • The plot()-method for bayestestR::bayesfactor_savagedickey() gets a
    rope_color and a rope_alpha-argument to plot the "null"-interval, when the
    null-hypothesis is a region of practical equivalence, and not just the
    point-null.

  • The plot()-method for performance::binned_residuals() now also allows to
    modify size and colors of geoms (related arguments are in
    performance::binned_residuals()).

Bug fixes

  • Fixed issue with dark themes and text color in facet headings.