Skip to content

Releases: thomas-fung/mpcmp

mpcmp 0.3.6

28 Oct 05:59
Compare
Choose a tag to compare
  • Added autoplot as an alias to gg_plot. Credit to Emi Tanaka (@emitanaka) for this suggestion.
  • Also patched an issue in the Rcpp code to pass cran check for solaris.
  • There are also other minor QOL improvements.

mpcmp v0.3.5

19 Oct 17:29
Compare
Choose a tag to compare
  • A major release on CRAN!
  • Huge performance improvement to our previous CRAN release.
  • Added broom tidier methods support. Specifically added method for tidy(), glance() and augment().
  • summary() was rewritten in order to support tidier methods.
  • Also added method for vcov(), confint(), influence(), hatvalues(), rstandard(), cooks.distance().