Skip to content

Releases: IndrajeetPatil/statsExpressions

statsExpressions 2.0.0

Choose a tag to compare

@github-actions github-actions released this 22 Apr 21:31

This major release accompanies the upcoming stable 1.0.0 release of
{ggstatsplot}, which uses {statsExpressions} as its statistical
processing backend.

  • New pairwise_contingency_table() function for pairwise Fisher's exact tests
    as post hoc follow-ups for chi-squared contingency table analyses. Includes
    Cramer's V effect sizes with confidence intervals and p-value adjustment
    for multiple comparisons (#352).

  • New exact parameter to control whether exact p-values are computed for
    non-parametric tests (#249).

  • Fixed a warning when options(OutDec = ",") is set (e.g., in locales that
    use , as the decimal mark). Generated plotmath expressions now always use
    . as the decimal mark, since , is parsed as a list separator in plotmath
    (#146).

Full Changelog: v1.7.4...v2.0.0

statsExpressions 1.7.4

Choose a tag to compare

@github-actions github-actions released this 04 Apr 20:11
7968120
  • No user-facing changes (internal maintenance: dependency updates, CI/CD improvements).

statsExpressions 1.7.3

Choose a tag to compare

@IndrajeetPatil IndrajeetPatil released this 05 Feb 16:12
f69f266
  • Maintenance release to adapt to API changes in {dplyr} (v1.2.0) and {purrr} (v1.2.1).

statsExpressions 1.7.2

Choose a tag to compare

@IndrajeetPatil IndrajeetPatil released this 06 Dec 18:11
8683e00
  • Maintenance release to adapt to changes in easystats packages.

statsExpressions 1.7.1

Choose a tag to compare

@IndrajeetPatil IndrajeetPatil released this 28 Jul 21:09
836565a

Fixes p-values in expressions when they are exactly 0.

statsExpressions 1.7.0

Choose a tag to compare

@IndrajeetPatil IndrajeetPatil released this 09 May 22:26
21f521e
  • Fixes centrality_description() to adjust to new API in easystats.

statsExpressions 1.6.2

Choose a tag to compare

@IndrajeetPatil IndrajeetPatil released this 03 Dec 14:51
789dc33
  • The minimum needed R version is now bumped to R 4.3.
  • Fixes failing tests due to changes in {easystats} packages.

statsExpressions 1.6.1

Choose a tag to compare

@IndrajeetPatil IndrajeetPatil released this 31 Oct 00:09
b9a9f86
  • Upgrade {easystats} package versions to avoid user-facing warnings due to
    API changes upstream.

statsExpressions 1.6.0

Choose a tag to compare

@IndrajeetPatil IndrajeetPatil released this 08 Sep 20:04
9cc5df9

MAJOR CHANGES

statsExpressions 1.5.5

Choose a tag to compare

@IndrajeetPatil IndrajeetPatil released this 06 Jul 07:21
5d17e8d

MAJOR CHANGES

  • The package licence has been updated to an MIT license.

MINOR CHANGES

  • Updates code to fix warnings coming via updates to easystats packages.