Skip to content

Releases: sinhrks/ggfortify

v0.4.7

25 May 23:59
Compare
Choose a tag to compare
  • This is a minor release of the package with a couple of fixes for CRAN check results.

v0.4.6

12 Mar 14:39
Compare
Choose a tag to compare
  • Fixed CRAN check results for R-devel regarding changes in the default method for generating from a discrete uniform distribution used in sample().

v0.4.5

26 May 11:03
Compare
Choose a tag to compare
  • Updated tests to work with ggplot2 v2.3.0.

v0.4.4

18 Apr 15:32
Compare
Choose a tag to compare
  • Added label.show.legend argument to hide/show the legend of text labels.
  • ggmultiplot arranges a single ggplot 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

02 Mar 14:16
Compare
Choose a tag to compare
  • Fixed incorrect y-axis label for plotting cv.glmnet objects.
  • Removed incorrect y-axis label with scales::percent for ggdistribution.
  • Added support of autoplot.lm() for character variables, thanks to @lselzer.
  • Fixed tests for forecast::ets() to be compatible with newer version of forecast package, thanks to @robjhyndman.
  • Added support for arbitrary functions in autoplot.survfit(), thanks to @jonathon-love.

v0.4.2

11 Feb 00:06
1f9041f
Compare
Choose a tag to compare
  • Removed gglagplot in favor of forecast::gglagplot.
  • Added support of survival::survfitms, thanks to @yoursdearboy.
  • Temporarily dropped support for xts and timeSeries objects. We will try fix them in the next release.

v0.4.1

27 Feb 01:51
Compare
Choose a tag to compare
Merge pull request #155 from sinhrks/rel041

REL: v0.4.1

v0.4.0

03 Feb 14:15
Compare
Choose a tag to compare
(WIP)REL v0.4.0 (#147)

REL v0.4.0

v0.3.0

02 Dec 11:03
Compare
Choose a tag to compare
REL: v0.3.0 (#133)

v0.2.0

18 Jun 02:57
Compare
Choose a tag to compare
  • 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.