Skip to content

Releases: JeffreyRStevens/cocoon

cocoon 0.1.0

05 Nov 13:25
Compare
Choose a tag to compare

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() and format_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

10 Oct 18:16
Compare
Choose a tag to compare
cocoon 0.1.0-alpha Pre-release
Pre-release

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() and format_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.0.1

13 Mar 20:10
Compare
Choose a tag to compare
  • Initial release of {cocoon}