Skip to content

Releases: corybrunson/ggalluvial

faceting bug fix

02 Sep 18:30
Compare
Choose a tag to compare

This patch fixes a bug introduced in v0.12.0 to is_lodes_form(), which introduced errors when an alluvium appears in multiple panels of a faceted plot. See issue #65 for details.

alignment bug fix

11 Aug 19:29
Compare
Choose a tag to compare

This patch fixes a bug introduced to stat_flow() in v0.12.0. See issue #64 for details.

flexibility features

14 Jul 16:05
Compare
Choose a tag to compare

In addition to upkeep and tidying, this release includes three significant upgrades:

  • more intuitive parameters for ordering strata and lodes
  • additions and documentation for computed variables
  • several curve alternatives to x-splines

See NEWS.md for a comprehensive list of changes.

remove plyr dependency

20 May 21:52
Compare
Choose a tag to compare

In response to ggplot2 v3.2.0, which removes the plyr dependency, the dependency has been removed from ggalluvial as well.

continuous x variable: patch + example

03 Jan 14:59
Compare
Choose a tag to compare

This patch corrects an error in self_adjoin() that returns an empty data frame when x is continuous-valued. A new example in stat_stratum() illustrates the debugged functionality.

patch + examples

28 Nov 10:31
Compare
Choose a tag to compare

This patch corrects outdated error throwing at negative observations in alluvia-form data and includes new examples using negative observations.

negative observations

25 Nov 17:22
Compare
Choose a tag to compare

Prompted by use in the wild, this release extends functionality to handle negative-valued observations (y) analogous to their handling by geom_bar(). Additionally, the internals are synchronized across the statistical transformations and several stat parameters are reconfigured or expanded. See NEWS.md for details. Finally, basic tests of the stats (based on output y values) and the geoms (using vdiffr) are added.

parameter coordination

05 Sep 10:57
Compare
Choose a tag to compare

Several outstanding problems with various parameters have been resolved, including inconsistent naming conventions, incompatibility with ggplot2, lack of defaults, unnatural behavior, and deprecation (previously deprecated params are now defunct). Also, a new vignette details how strata and lodes are ordered at each axis.

lode positioning & z-ordering patch

27 Oct 11:25
Compare
Choose a tag to compare

Some bugs are fixed in the positioning of lodes without incident flows and in the aesthetic reordering of flows. sessioninfo is suggested rather than devtools.

export self-adjoin function

26 Jun 19:02
Compare
Choose a tag to compare

The self_adjoin() function, invoked by geom_flow(), is exported, in order to make the internals more transparent. Also, several long-deprecated parameters are now defunct.