Releases: insightsengineering/ggplot2.utils
Releases · insightsengineering/ggplot2.utils
v0.3.3
- Generalized one test to comply with the new
ggplot2version.
What's Changed
- Workflow propagations by @walkowif in #94
- Workflow propagations by @walkowif in #95
- Use svg logo by @llrs-roche in #96
- 97: fix tests for upcoming ggplot2 by @danielinteractive in #99
New Contributors
- @llrs-roche made their first contribution in #96
Full Changelog: v0.3.2...v0.3.3
v0.3.2
- Replaced dependency on
GGallywithggstatswhere the original functions are actually from. This also avoids the corresponding overwrite messages coming fromGGallywhen loading this package.
What's Changed
- Workflow propagations by @walkowif in #83
- Workflow propagation by @walkowif in #84
- Use token in spelling workflow by @walkowif in #85
- Workflow propagation by @walkowif in #88
- 87: replace GGally with ggstats [skip vbump] by @danielinteractive in #89
- just fix news [skip vbump] by @danielinteractive in #90
- Workflow propagation by @walkowif in #91
- change email and version bump by @danielinteractive in #93
Full Changelog: v0.3.0...v0.3.2
v0.3.0
- Added
geom_kmandgeom_km_ticks(and correspondingggprotoand statistics layer functions) for Kaplan-Meier lines and ticks additions to plots, respectively.
What's Changed
- Update token name by @walkowif in #73
- Update workflows by @walkowif in #74
- 75: Add KM geoms and stats by @danielinteractive in #76
- 77: use
geom_step()by @danielinteractive in #78 - Upgrade docs to use BS 5 by @cicdguy in #79
- 80: polish landing page by @danielinteractive in #81
- [skip vbump] New release version by @danielinteractive in #82
Full Changelog: v0.2.1...v0.3.0
v0.2.1
- First publication and CRAN release.
What's Changed
- 71: Address CRAN review comments. by @danielinteractive in #72
Full Changelog: v0.2.0...v0.2.1
v0.2.0
- First publication and CRAN release.
What's Changed
- [skip vbump] Dev version with 9xxx by @arkadiuszbeer in #64
- Enable checks for
workflow_dispatchevent by @walkowif in #65 - Update check as-cran and pkgdown configuration by @walkowif in #66
- Workflow updates by @walkowif in #68
- Disable Dependency Test workflow by @walkowif in #69
- 67: Prepare for CRAN submission by @danielinteractive in #70
New Contributors
Full Changelog: v0.1.5...v0.2.0
v0.1.5
- Removed dependency on deprecated package
test.nest.
What's Changed
- Add style check workflow by @insights-engineering-bot in #53
- update README by @nikolas-burkoff in #54
- CODEOWNERS removal and pre-commit config by @insights-engineering-bot in #55
- lifecycle + NOTE by @Polkas in #56
- update authors by @pawelru in #57
- GH Action workflow enhancements by @cicdguy in #58
- [skip actions] adding md files by @arkadiuszbeer in #60
- Update check.yaml by @arkadiuszbeer in #61
- [skip vbump] Release for version 0.1.5 by @insights-engineering-bot in #63
Full Changelog: v0.1.4...v0.1.5
v0.1.4
v0.1.3
- Updated
LICENCEandREADMEwith new package references. - Remove cherry-picked code and instead just import and export the relevant functions.
v0.1.2
- Improved internal code style and removed unnecessary functions imports.
v0.1.1
- Added
stat_prop()which is a variation ofstat_countallowing to compute custom proportions according to thebyaesthetic 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.