Releases: thomas-fung/mpcmp
Releases · thomas-fung/mpcmp
mpcmp 0.3.6
- Added
autoplot
as an alias togg_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
- A major release on CRAN!
- Huge performance improvement to our previous CRAN release.
- Added
broom
tidier
methods support. Specifically added method fortidy()
,glance()
andaugment()
. summary()
was rewritten in order to supporttidier
methods.- Also added method for
vcov()
,confint()
,influence()
,hatvalues()
,rstandard()
,cooks.distance()
.