Releases: IndrajeetPatil/statsExpressions
Release list
statsExpressions 2.0.0
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
exactparameter 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
- No user-facing changes (internal maintenance: dependency updates, CI/CD improvements).
statsExpressions 1.7.3
- Maintenance release to adapt to API changes in
{dplyr}(v1.2.0) and{purrr}(v1.2.1).
statsExpressions 1.7.2
- Maintenance release to adapt to changes in easystats packages.
statsExpressions 1.7.1
Fixes p-values in expressions when they are exactly 0.
statsExpressions 1.7.0
- Fixes
centrality_description()to adjust to new API in easystats.
statsExpressions 1.6.2
- 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
- Upgrade
{easystats}package versions to avoid user-facing warnings due to
API changes upstream.
statsExpressions 1.6.0
MAJOR CHANGES
-
Test and effect size details vignette is now available only on the package
website (https://indrajeetpatil.github.io/statsExpressions/articles/). -
Unused dataset has been removed:
movies_wide.
statsExpressions 1.5.5
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.