Skip to content

Releases: cyianor/mmpca

mmpca 2.0.4

12 Dec 05:49

Choose a tag to compare

  • Addressed minor CRAN comments to avoid package removal

mmpca 2.0.3

23 Nov 10:20

Choose a tag to compare

  • Addressed memory issues that Valgrind pointed out in the last release
  • Added option to specify maximum number of iterations in optimization

mmpca 2.0.2

13 Sep 08:49

Choose a tag to compare

  • New maintainer to get mmpca back on CRAN
  • Fixed issues with autoconf by using package RcppGSL
  • Removed LazyData attribute from DESCRIPTION
  • Use Rcpp to its full extent to avoid mixture of C and C++ code and manual creation of function bindings to R FFI.