Changes in version 0.1.3 (2020-10-24) Major changes - None Minor changes - added cran-comments.md to .Rbuildignore per CRAN requirements. Changes in version 0.1.2 Major changes - None Minor changes - resumed using package Matrix. Changes in version 0.1.1 (2019-10-01) Major changes - None Minor changes - Fixed quotation marks per CRAN request Changes in version 0.1.0 Major changes - added examples to all exported functions - added @return Roxygen2 field to all exported functions Minor changes - switched to exporting only those functions that require exporting (instead of all functions) Changes in version 0.0.2 Major changes - None Minor changes - New version number for CRAN submission Changes in version 0.0.1.1 - added an input parameter, verbose_output, to MphEM function. The default value is verbose_output = FALSE, which affects the output by returning only the last iteration's parameter values. In fact, it does more than that by actually overwriting each iteration's parameter values with the subsequent iteration's values. To recover the 'old' behavior, use verbose_output = TRUE. I also added new tests to ensure that the value of the verbose_output argument doesn't affect the last iteration's values. These tests are in tests/testthat/test_MphEM.R. Changes in version 0.0.1 - added vignette for comparing mvlmm gemma2 results with those of Zhou's C++ GEMMA code (v 0.96) Changes in version 0.0.0.9000 - Added a NEWS.md file to track changes to the package.