- Replaced dependency on
GGally
withggstats
where the original functions are actually from. This also avoids the corresponding overwrite messages coming fromGGally
when loading this package.
- Added
geom_km
andgeom_km_ticks
(and correspondingggproto
and statistics layer functions) for Kaplan-Meier lines and ticks additions to plots, respectively.
- First publication and CRAN release.
- Removed dependency on deprecated package
test.nest
.
- Updated
LICENCE
andREADME
with new package references. - Remove cherry-picked code and instead just import and export the relevant functions.
- Improved internal code style and removed unnecessary functions imports.
- Added
stat_prop()
which is a variation ofstat_count
allowing to compute custom proportions according to theby
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.
- Started the package.