- None
- added cran-comments.md to .Rbuildignore per CRAN requirements.
- None
- resumed using package Matrix.
- None
- Fixed quotation marks per CRAN request
- added examples to all exported functions
- added @return Roxygen2 field to all exported functions
- switched to exporting only those functions that require exporting (instead of all functions)
- None
- New version number for CRAN submission
- 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.
- added vignette for comparing mvlmm gemma2 results with those of Zhou's C++ GEMMA code (v 0.96)
- Added a
NEWS.md
file to track changes to the package.