mt 2.0-1.1:
- pca.outlier: add prefix to ellipse to avoid conflict
with package car.
mt 2.0-1.2:
- corrgram.circleand- corrgram.ellipse: move
‘scales’ into argument list.
mt 2.0-1.3:
- cl.auc: adjust auc:- if (auc < 0.5) auc <- 1 - auc
mt 2.0-1.4: (14-05-2012)
- accest: Fix bugs and add more output.
mt 2.0-1.5: (16-05-2012)
- cl.roc: change output and fix bugs.
mt 2.0-1.6: (19-05-2012)
- cl.roc: add output of positive level.
- cl.perf: add confusion matrix, Kappa and positive
outputs.
mt 2.0-1.7: (21-05-2012)
- plsc: minor changes for returned component pls.out so
that R2 can be applied.
- plslda: minor changes for returned component pls.out so
that R2 can be applied.
mt 2.0-1.8: (22-05-2012)
mt 2.0-1.9: (22-05-2013)
- df.summ: add dots argument and modify an user-defined
function.
mt 2.0-1.10: (09-01-2014)
- stats.vecand- stats.mat: summarising two
groups stats, such as p-values.
- fs.cl.2,- perfand- perf.aam:
internal functions (21-01-2014).
mt 2.0-1.11: (22-01-2014)
- re-write shrink.list
- add proprec.autoas hidden function and tidy up
mt 2.0-1.12: (07-08-2014)
- fix bug in pval.reject: add na.rm = TRUE
- change in .grpplot: remove xlab and ylab inside.
mt 2.0-1.13: (10-06-2015)
- two functions mdsplotandmds_plot_wrapfor MDS plotting.
mt 2.0-1.14: (16-07-2015)
- Re-write two functions for ellipse: panel.elliandpanel.elli.1
- Provide panel.outlfor labelling data points outside
ellipse. They can be considered as outliers.
mt 2.0-1.15: (19-11-2015)
- .path.packageis defunct so use- path.packageinstead in- csv2xls.
- Use pls:::coef.mvrreplacecoef.mvrsince
it hides in the new version of ‘pls’.
mt 2.0-1.16: (30-11-2015)
- Add log2 fold-change for stats.matandstats.vec.
- Add adjusted p-values for stats.matonly.
- Provide documents for pca.outlierandpca.outlier.1. The former is lattice version and the later
is the basic graphics version.
mt 2.0-1.17: (26-01-2016)
- Remove returned values of “direction” in stats.vecandstats.mat. So the results are numeric, not character.
mt 2.0-1.18: (06-11-2021)
- Replace meltandddplywith base R
functions. So no need to load two packagesreshapeandplyr.
- Move out some un-documented functions.
- Change CHANGELOG as NEWS.md
- Move packages from Depends to Imports in DESCRIPTION
- Spell check on R scripts using RStudio
mt 2.0-1.19: (31-01-2022)
- no changes but test against new version of randomForest4.7.1 as requested.
mt 2.0-1.20: (12-02-2024)
- No changes but new R version of R complains S3 method in RD file. So
change the dot as underscore for: pca_plot_wrap,mds_plot_wrap,lda_plot_wrap,lda_plot_wrap_1andpls_plot_wrap. (probably.plotis the problem)
mt 2.0-1.21: (11-08-2025)
- No changes but edit RD files with package anchors for
latticeandlatticeExtra. Also change author
item in DESCRIPTION.