Changelog
Source:NEWS.md
overshiny 0.2.0
CRAN release: 2025-09-07
- Simplified use of overlay dropdown menus. This now works in a different way than it did before, so this is a breaking change. See the documentation for
overlayServer()
and the vignettes for details. - Introduced a new function,
snapGrid()
, to handle the more obvious use case for thesnap
argument tooverlayServer()
. - Added
rangeHeading()
anddateHeading()
for dropdown menu headings. - Added a new vignette on infectious disease modelling with overlays.
overshiny 0.1.1
CRAN release: 2025-08-28
-
useOverlay()
is now called automatically if you useoverlayPlotOutput()
. - Added
remargin()
function for adjusting ggplot2 plot margins. - Expanded the introductory vignette.