Releases: sinhrks/ggfortify
Releases · sinhrks/ggfortify
v0.4.9
This is a minor release of the package with fixes for CRAN check results.
v0.4.8
- This is a minor release of the package with fixes to support new major release of
survival(>=3.1-7).
v0.4.7
- This is a minor release of the package with a couple of fixes for CRAN check results.
v0.4.6
- Fixed CRAN check results for
R-develregarding changes in the default method for generating from a discrete uniform distribution used insample().
v0.4.5
- Updated tests to work with
ggplot2v2.3.0.
v0.4.4
- Added
label.show.legendargument to hide/show the legend of text labels. ggmultiplotarranges a singleggplotinstance with layout that can now be specified by the user.- Enhanced unit tests: 1) CRAN MKL build can pass; tests are skipped if the required packages are not installed; several test checks are more robust to upstream package changes.
v0.4.3
- Fixed incorrect y-axis label for plotting
cv.glmnetobjects. - Removed incorrect y-axis label with
scales::percentforggdistribution. - Added support of
autoplot.lm()for character variables, thanks to @lselzer. - Fixed tests for
forecast::ets()to be compatible with newer version offorecastpackage, thanks to @robjhyndman. - Added support for arbitrary functions in
autoplot.survfit(), thanks to @jonathon-love.
v0.4.2
- Removed
gglagplotin favor offorecast::gglagplot. - Added support of
survival::survfitms, thanks to @yoursdearboy. - Temporarily dropped support for
xtsandtimeSeriesobjects. We will try fix them in the next release.