NEWS
ClassComparison 3.3.0
UPDATES
- Cleaned up the code in the MultiWilcoxonTest class so it can
be inherited in a reasonable way by other classes and packages
that want to implement an empirical bayes approach for high
dimensional data anlayses.
ClassComparison 3.2.0
UPDATES
- Added an 'as.data.frame' method to the MultiLinearModel class.
ClassComparison 3.1.6 (2018-05-17)
UPDATES
- Modified S4 classes to avoid using recently deprecated or
discouraged elements.
ClassComparison 3.1.0
ADMINISTRATIVE
- Changed the LICENSE to Apache 2.0.
ClassComparison 3.0.1
GENERAL
BUG FIXES
- Made compatible with new R check steps that verify DESCRIPTION
and NAMESPACE dependencies.
ClassComparison 3.0.0
STRUCTURAL CHANGES
- Removed dependence on PreProcess.
ClassComparison 2.15.0
BUG FIXES
ClassComparison 2.14.0
NEW FEATURES
- Compatibility changes related to R-2.14.
ClassComparison 2.12.0
NEW FEATURES
- Added regression tests to support code maintenance; no
user-visible changes.
ClassComparison 2.10.1
NEW FEATURES
- Moved matrix operations into oompaBase package to simplify
other package dependencies.
ClassComparison 2.10.0
NEW FEATURES
- Checked compatibility with R 2.10.0.
ClassComparison 2.9.0
NEW FEATURES
- Added support for namespaces
BUG FIXES
- Changed 'matrixMean', 'matrixVar', 'matrixT', and 'MultiTtest'
to allow them to give sensible results in the face of missing
data. Each function now has an additional argument, 'na.rm'
which defaults to 'FALSE' for the matrix functions and to
'TRUE' for the 'MultiTtest' function.
- Changed the names of matrix functions for t-test variants to
conform to capitalization conventions. Specifically, changed
from 'matrixpairedT' to 'matrixPairedT' and from
'matrixunequalT' to 'matrixUnequalT'.