Package: svgPanZoom
Title: R 'Htmlwidget' to Add Pan and Zoom to Almost any R Graphic
Version: 0.3.4
Date: 2020-02-15
Authors@R: c(
person(
"Anders", "Riutta et. al.", role = c("aut", "cph"),
comment = "svg-pan-zoom.js BSD-licensed library in htmlwidgets/lib,
https://github.com/ariutta/svg-pan-zoom"
),
person(
"Jorik", "Tangelder", role = c("aut", "cph"),
comment = "hammer.js MIT-licensed touch library in htmlwidgets/lib,
https://github.com/hammerjs/hammer"
),
person(
"Kent", "Russell", role = c("aut", "cre"),
comment = "R interface to svg-pan-zoom.js",
email = "kent.russell@timelyportfolio.com"
)
)
Maintainer: Kent Russell
Description: This 'htmlwidget' provides pan and zoom interactivity to R
graphics, including 'base', 'lattice', and 'ggplot2'. The
interactivity is provided through the 'svg-pan-zoom.js'
library. Various options to the widget can tailor the pan and
zoom experience to nearly any user desire.
URL: https://github.com/timelyportfolio/svgPanZoom
BugReports: https://github.com/timelyportfolio/svgPanZoom/issues
License: MIT + file LICENSE
Depends: R (>= 3.1.2)
Imports: htmlwidgets (>= 0.3.2)
Suggests: htmltools, svglite
Enhances: gridSVG, knitr, XML, xml2
RoxygenNote: 7.0.2
Config/pak/sysreqs: cmake make libuv1-dev
Repository: https://timelyportfolio.r-universe.dev
Date/Publication: 2020-02-15 14:12:49 UTC
RemoteUrl: https://github.com/timelyportfolio/svgPanZoom
RemoteRef: master
RemoteSha: 3eccf271b3a0628eadae3f7074bab8ae1d001756
NeedsCompilation: no
Packaged: 2026-06-14 09:15:52 UTC; root
Author: Anders Riutta et. al. [aut, cph] (svg-pan-zoom.js BSD-licensed library
in htmlwidgets/lib, https://github.com/ariutta/svg-pan-zoom),
Jorik Tangelder [aut, cph] (hammer.js MIT-licensed touch library in
htmlwidgets/lib, https://github.com/hammerjs/hammer),
Kent Russell [aut, cre] (R interface to svg-pan-zoom.js)