Skip to content

v0.11.6 - new CRAN release

Compare
Choose a tag to compare
@jchiquet jchiquet released this 01 Feb 21:58
· 470 commits to master since this release

PLNmodels 0.11.6

  • fix wrong use of all.equal
  • fix linking problem in new version of nloptr (>=2.0.0)

PLNmodels 0.11.5

  • fixing #79 by using the same variational distribution to approximate
    the spherical case as in the fully parametrized and diagonal cases
  • faster examples and build for vignettes
  • additional R6 method $VEStep() for PLN-PCA, dealing with low rank matrices
  • additional R6 method $project() for PLN-PCA, used to project newdata into PCA space
  • use future_lapply in PLNmixture_family
  • remove a NOTE due to a DESeq2 link and a failure on solaris on CRAN machines
  • some bug fixes