ggsurveillance 0.3.0
CRAN release: 2025-04-11
- new
ggplot2
theme modification helpers:-
theme_mod_rotate_x_axis_labels()
: rotate axis labels -
theme_mod_legend_position()
: legend positioning -
theme_mod_remove_minor_grid()
: remove minor panel grid lines (x, y or both) or all grind lines
-
-
geom_vline_year()
now also supports year_breaks based on weeks. Since weeks don’t fall on the same date every year. -
tsibble
now optional dependency to improve speed of first install - add
plotly
compatibility forgeom_epicurve()
andgeom_epigantt()
-
scale_y_cases_5er()
: rename tomin.n
(fromn.min
) for correctbase::pretty()
compatibility - Bug fixes and minor improvements
ggsurveillance 0.2.0
CRAN release: 2025-03-02
- Update
geom_epigantt()
: Add auto-scaling for linewidth and update documentation - Add
scale_y_discrete_reverse()
- New dataset of a fictional hospital outbreak
-
geometric_mean()
: Add an option to disable warnings - Minor fixes
ggsurveillance 0.1.2
CRAN release: 2025-02-11
- Documentation improvements and bug fixes for
geom_epicurve()