1.3.1版本的变化包括阿PLSDA算法。o在制品的数量需要调整的装饰图案和测试,应该工作。版本变化0.99.13 o调整计算代码更简单的实现。o固定变量排序LM-variance计算。版本变化0.99.12 o减少数据集的大小在测试程序停止单元测试超时。o实例添加到数据对象和报告功能。版本0.99.11 o清理库的变化。o GitHub Readme教程包括安装说明和简单的工作流。版本变化0.99.10 o添加BiocViews: ReportWriting、可视化、规范化和质量控制。o是‘importFrom ggplot2所有功能。 o Required packages now live in Imports section. o Switched to 'aes_string' to remove visible binding NOTEs in plot functions. o Included local variables to shut up the remaining NOTEs. o Moved 'match.arg' choices to function heads. o Moved code for generation of mock-up dummy-data from data-raw into the data.R file. o Added testing for dummy data. o Fixed highlighting in vignette. o Fixed gray-area issue in box-plots. Changes in version 0.99.8 o Included NEWS file. o Added Bioconductor installation instructions in vignette. o Added package man-page. o Set lazyData to false. o Added URL and BugReports fields to Description. o Remove bapred and permute packages from suggest because they are no longer required. o Also removed pals package, but included reference because I use the tableau color-scheme. o All packages that are required for execution are now 'Depends' instead of 'Suggests'. o Revised vignette content, formatting and spelling for more convenient user experience. o Fixed test for percentile normalization to actually test PN-function. o Prelim report now checks if clr/tss transformed values are present prior to calculating them. o Report-names/directories can now be changed from default by user. o Reporting functions included in testing. o Formatted code to adhere to 4-space indentation and 80 characters width requirements. For the most part. o Included code for generation of dummy-data.