Releases: JeffreyRStevens/cocoon
Releases · JeffreyRStevens/cocoon
Release list
cocoon 0.3.1
- Fix changes in
wilcox.test()coming in devel versions of R. Changed test case toexact = TRUEbecause in the devel version, "exact = FALSEalways computes the asymptotic approximation of the conditional/permutation distribution, using the same test statistic in both cases".
cocoon 0.2.1
- Add
exact = TRUEtowilcox.test()in htest testing to prevent warning produced in r-devel.
cocoon 0.2.0
-
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
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().
DOCUMENTATION UPDATES
- Reorder sections in vignette.
- Improve spacing and comments in examples.
- Add alt text to images.
PACKAGE DEVELOPMENT
- Move string building to internal
build_string()function. - Split functions into separate format_stats, format_statvalues, and format_summary scripts
cocoon 0.1.0-alpha
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 supercedes
format_corr()andformat_ttest().format_bf()can still be used to
format numeric type Bayes factors. - Added ability to format output from
correlation::correlation().
DOCUMENTATION UPDATES
- Reorder sections in vignette.
- Improve spacing and comments in examples.
- Add alt text to images.
PACKAGE DEVELOPMENT
- Move string building to internal
build_string()function. - Split functions into separate format_stats, format_statvalues, and
format_summary scripts