Releases: IndrajeetPatil/statsExpressions
Releases · IndrajeetPatil/statsExpressions
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.
statsExpressions 1.5.4
MAJOR CHANGES
-
The cryptic but very useful parameter
k
has been renamed todigits
to
improve its discoverability. -
To be consistent,
contingency_table()
gainsalternative
parameter, which
defaults to two-sided alternative hypothesis.
statsExpressions 1.5.3
- Internal changes only.
statsExpressions 1.5.2
- Fixes failures on R-devel due to changes in the formula interface for a paired test.
statsExpressions 1.5.1
MAJOR CHANGES
- Following dependencies move from being weak to strong dependencies given their
importance in key functions:{afex}
and{PMCMRplus}
.
statsExpressions 1.5.0
BREAKING CHANGES
- The minimum needed R version is now bumped to
R 4.1
because a critical
dependency ({pbkrtest}
) requires this R version.
statsExpressions 1.4.0
NEW FEATURES
- All returned data frames from
{statsExpressions}
get a new
statsExpressions
class and a print method for this class.
MINOR CHANGES
-
tidy_model_parameters()
no longer removes columns which contain only missing
values. -
Wilcox tests no longer provide exact p-values.
statsExpressions 1.3.6
- Maintenance release.