NEWS file for the lsr package

Version 0.2.4

- Fixed a bug in etaSquared that prevented it from correctly determining marginal terms in Type II sum of squares, and another one in which the residual sum of squares was being calculated incorrectly
- Fixed a bug in wideToLong that stopped it working if between-subject variables did not uniquely identify the cases
- cohensD function now includes a 'formula' argument in order to more closely mimic the syntax of t.test

Version 0.2.3

- Fixed a bug in which cramersV was incorrectly calculated when used as a measure of effect size in a goodness of fit test.

Version 0.2.2

- Fixed a bug with longToWide and wideToLong in which variable names were being treated as regular expressions

Version 0.2.1

- Warning statements in the help files are more explicit regarding (lack of) backwards compatibility for pre-1.0 versions of the package
- xfun removed from package (duplicates existing functionality). 

Version 0.2

- New functions: rowCopy, colCopy, permuteLevels, expandFactors, xfun
- The etaSquared function now supports Type II and Type III sum of squares
- Clean up of the repeated measures reshaping functions. 

Version 0.1.1

- The who function now has expand = FALSE as the default.
- The sortFrame function now correctly returns the original data frame when no sort terms are included.

Version 0.1

- Initial release of the package contains the following functions: aad, ciMean, cohensD, cramersV, etaSquared, importList, longRM, longToWide, maxFreq, modeOf, posthocPairwiseT, quantileCut, rmAll, sortFrame, standardCoefs, tFrame, unlibrary, who, wideRM, wideToLong, wideToMV

