ChangeLog for package cocron

changes in version 1.0-1 (2016-03-11)
changed:
  - Maintenance release to comply with new requirements of CRAN and RKWard.

changes in version 1.0-0 (2013-09-05)
added:
  - Added the function cocron() which calculates and compares Cronbach's
    alpha from raw data.
  - Added the function cronbach.alpha() to calculate Cronbach's alpha from
    raw data.
  - Added the function cronbach.alpha.CI() to calculate confidence intervals
    for Cronbach's alpha.
  - Added rkward plugin.
  - Added the argument conf.level to the function cocron.n.coefficients() to
    define the level of confidence for the confidence intervals.
changed:
  - Changed 'indep' parameter to 'dep' parameter.

changes in version 0.01-5 (2013-08-16)
fixed:
  - Removed all non-ASCII characters from comments and documentation

changes in version 0.01-4 (2012-11-29)
fixed:
  - Added null hypothesis to the output and corrected the interpretation of
    the p-value

changes in version 0.01-3 (2012-11-03)
fixed:
  - Fixed some issues in the documentation
  - Fixed the author specification of the package

changes in version 0.01-2 (2012-10-31)
fixed:
  - Fixed the output of the cocron.two.coefficients function for independent
    alpha coefficients so that the correct alternative hypothesis is displayed

changes in version 0.01-1 (2012-10-30)
changed:
  - Initial release