Package: overshiny Type: Package Title: Interactive Overlays on 'shiny' Plots Version: 0.2.0.9000 Authors@R: person("Nick", "Davies", email = "nicholas.davies@lshtm.ac.uk", role = c("aut", "cre", "cph")) Description: Provides rectangular elements that can be dragged and resized over plots in 'shiny' apps. This may be useful in applications where users need to mark regions on the plot for further input or processing. License: MIT + file LICENSE Encoding: UTF-8 URL: https://github.com/nicholasdavies/overshiny, https://nicholasdavies.github.io/overshiny/ BugReports: https://github.com/nicholasdavies/overshiny/issues Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Imports: cowplot, ggplot2, graphics, grDevices, grid, htmltools, shiny, shinyjs, shinyjqui, stringr Suggests: knitr, rmarkdown, testthat (>= 3.0.0) VignetteBuilder: knitr Config/testthat/edition: 3 Config/pak/sysreqs: cmake make libicu-dev libuv1-dev zlib1g-dev Repository: https://nicholasdavies.r-universe.dev Date/Publication: 2025-09-14 23:54:34 UTC RemoteUrl: https://github.com/nicholasdavies/overshiny RemoteRef: HEAD RemoteSha: b4f6a67290d90f0e12f2571166f86819170d837b NeedsCompilation: no Packaged: 2026-06-12 10:36:17 UTC; root Author: Nick Davies [aut, cre, cph] Maintainer: Nick Davies