Releases: sinhrks/ggfortify
Releases · sinhrks/ggfortify
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-devel
regarding changes in the default method for generating from a discrete uniform distribution used insample()
.
v0.4.5
- Updated tests to work with
ggplot2
v2.3.0.
v0.4.4
- Added
label.show.legend
argument to hide/show the legend of text labels. ggmultiplot
arranges a singleggplot
instance 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.glmnet
objects. - Removed incorrect y-axis label with
scales::percent
forggdistribution
. - Added support of
autoplot.lm()
for character variables, thanks to @lselzer. - Fixed tests for
forecast::ets()
to be compatible with newer version offorecast
package, thanks to @robjhyndman. - Added support for arbitrary functions in
autoplot.survfit()
, thanks to @jonathon-love.
v0.4.2
- Removed
gglagplot
in favor offorecast::gglagplot
. - Added support of
survival::survfitms
, thanks to @yoursdearboy. - Temporarily dropped support for
xts
andtimeSeries
objects. We will try fix them in the next release.
v0.4.1
v0.4.0
v0.3.0
v0.2.0
- Components of prcomp and princomp are now scaled and can be disabled if needed.
- autoplot.ts now supports stacked option
- Support maps and sp packages
- Support ggrepel
- Support ggbiplot
- More compatible with recent version of forecast, dplyr, tidyr, etc.