cocoon 0.2.1
CRAN release: 2025-09-07
- Add
exact = TRUE
towilcox.test()
in htest testing to prevent warning produced in r-devel.
cocoon 0.2.0
CRAN release: 2025-01-29
Add format_stats() methods for
aov()
,glm()
,lme4::glmer()
,lmerTest::glmer()
,lm()
,lme4::lmer()
, andlmerTest::lmer()
.Add standalone check functions from {rlang}.
cocoon 0.1.0
CRAN release: 2024-11-05
NEW FEATURES
- Added
format_stats()
function to apply to accepted statistical objects (correlations, t-tests, Bayes factors). This is a generic function that recognizes the object class and uses the appropriate method, so it supercedesformat_corr()
andformat_ttest()
.format_bf()
can still be used to format numeric type Bayes factors. - Added ability to format output from
correlation::correlation()
.
cocoon 0.0.1
- Initial release of cocoon.