Important
Due to its removal from CRAN, QGglmm dropped R2Cuba as a dependency to solve multivariate integrals. It is now using the package cubature. By taking advantage of the "vectorised" version of the algorithm, the multivariate computations of QGglmm (QGmvparams, QGvcov, QGmvmean, QGmvpsi, QGmvicc, QGmvpred) are considerably faster. Most functions are 10x-50x faster, but especially QGmvicc is 100x-500x faster. A comparison between the old and new version of the example of the man page of QGmvicc showed a decreased in computation from 25 minutes to... 4 seconds!
New features
- Much faster computation of multivariate functions with cubature
Bug fixes
- Fixed a bug in QGicc when var.comp == var.p
- Fixed package meta-data to avoid unsync with DESCRIPTION, e.g. for version and date
Misc
- The source, the code in the man pages and the code in the vignette has been reformatted to follow a leaner, more consistent style of coding.
Note
Updated to 0.7.1 after complaints from CRAN checks.