Releases: hinrich62/mpmaggregate
Releases · hinrich62/mpmaggregate
mpmaggregate 0.2.5 (CRAN release)
mpmaggregate 0.2.5 (CRAN release)
This version of mpmaggregate is now available on CRAN.
Highlights
- CRAN release of the package
- Updated documentation and package metadata
- GitHub release aligned with CRAN version 0.2.5
Installation
Install from CRAN:
install.packages("mpmaggregate")Or install this exact release from GitHub:
install.packages(
"https://github.com/hinrich62/mpmaggregate/releases/download/v0.2.5/mpmaggregate_0.2.5.tar.gz",
repos = NULL,
type = "source"
)mpmaggregate 0.2.4
This release updates the package vignettes and documentation.
Highlights:
- Improved vignette content and presentation
- Updated README installation instructions
- Synchronized package metadata and NEWS for version 0.2.4
- Added a compiled reference manual (PDF) for offline use
Install from the release tarball:
install.packages(
"https://github.com/hinrich62/mpmaggregate/releases/download/v0.2.4/mpmaggregate_0.2.4.tar.gz",
repos = NULL,
type = "source"
)
mpmaggregate 0.2.3
First public release of the mpmaggregate package on GitHub.
Includes:
- Improved documentation, including effectiveness of aggregation
- Clearer user-facing error messages
- Simplified and refined examples
See NEWS.md for full details.