Skip to content

Releases: insightsengineering/ggplot2.utils

v0.3.3

Choose a tag to compare

@insights-engineering-bot insights-engineering-bot released this 09 Jul 08:36
5ef63d5
  • 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

Choose a tag to compare

@insights-engineering-bot insights-engineering-bot released this 26 Jun 13:31
6a0e9c4
  • 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

Choose a tag to compare

@github-actions github-actions released this 24 Jun 07:17
645b9d6
  • 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

Choose a tag to compare

@github-actions github-actions released this 08 May 12:45
02e7c39
  • First publication and CRAN release.

What's Changed

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

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 05 May 07:22
e5eb436
  • First publication and CRAN release.

What's Changed

New Contributors

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

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 14 Oct 01:27
4931b6b
  • Removed dependency on deprecated package test.nest.

What's Changed

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

v0.1.4

Choose a tag to compare

@cicdguy cicdguy released this 29 Jan 18:05
f6160c4
  • Removed dependency on deprecated package test.nest.

v0.1.3

Choose a tag to compare

@insights-engineering-bot insights-engineering-bot released this 13 Oct 00:01
d4214d2
  • Updated LICENCE and README with new package references.
  • Remove cherry-picked code and instead just import and export the relevant functions.

v0.1.2

Choose a tag to compare

@insights-engineering-bot insights-engineering-bot released this 19 Aug 22:12
  • Improved internal code style and removed unnecessary functions imports.

v0.1.1

Choose a tag to compare

@insights-engineering-bot insights-engineering-bot released this 19 Aug 22:12
  • 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.