gemma2 0.0.0.9000 Unreleased

  • Added a NEWS.md file to track changes to the package.

gemma2 0.0.1.1 Unreleased

  • 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.