Skip to content

Releases: insightsengineering/ggplot2.utils

v0.3.3

09 Jul 08:36
5ef63d5

Choose a tag to compare

  • Generalized one test to comply with the new ggplot2 version.

What's Changed

New Contributors

Full Changelog: v0.3.2...v0.3.3

v0.3.2

26 Jun 13:31
6a0e9c4

Choose a tag to compare

  • Replaced dependency on GGally with ggstats where the original functions are actually from. This also avoids the corresponding overwrite messages coming from GGally when loading this package.

What's Changed

Full Changelog: v0.3.0...v0.3.2

v0.3.0

24 Jun 07:17
645b9d6

Choose a tag to compare

  • Added geom_km and geom_km_ticks (and corresponding ggproto and statistics layer functions) for Kaplan-Meier lines and ticks additions to plots, respectively.

What's Changed

Full Changelog: v0.2.1...v0.3.0

v0.2.1

08 May 12:45
02e7c39

Choose a tag to compare

  • First publication and CRAN release.

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

05 May 07:22
e5eb436

Choose a tag to compare

  • First publication and CRAN release.

What's Changed

New Contributors

Full Changelog: v0.1.5...v0.2.0

v0.1.5

14 Oct 01:27
4931b6b

Choose a tag to compare

  • Removed dependency on deprecated package test.nest.

What's Changed

Full Changelog: v0.1.4...v0.1.5

v0.1.4

29 Jan 18:05
f6160c4

Choose a tag to compare

  • Removed dependency on deprecated package test.nest.

v0.1.3

13 Oct 00:01
d4214d2

Choose a tag to compare

  • Updated LICENCE and README with new package references.
  • Remove cherry-picked code and instead just import and export the relevant functions.

v0.1.2

19 Aug 22:12

Choose a tag to compare

  • Improved internal code style and removed unnecessary functions imports.

v0.1.1

19 Aug 22:12

Choose a tag to compare

  • Added stat_prop() which is a variation of stat_count allowing to compute custom proportions according to the by aesthetic defining the denominator.
  • Added stat_n_text() which adds text indicating the number of y-values for that particular x-value.
  • Added geom_table(), geom_table_npc() which add a textual table directly to the ggplot.