Skip to content

Releases: hinrich62/mpmaggregate

mpmaggregate 0.2.5 (CRAN release)

03 Apr 15:40

Choose a tag to compare

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

29 Mar 03:27

Choose a tag to compare

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

23 Mar 02:28

Choose a tag to compare

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.