-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
42 lines (42 loc) · 1.49 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
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 = "[email protected]"
)
)
Maintainer: Kent Russell <[email protected]>
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