-
Notifications
You must be signed in to change notification settings - Fork 74
/
DESCRIPTION
148 lines (148 loc) · 4 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
Type: Package
Package: ggiraph
Title: Make 'ggplot2' Graphics Interactive
Version: 0.8.11
Authors@R: c(
person("David", "Gohel", , "[email protected]", role = c("aut", "cre")),
person("Panagiotis", "Skintzos", , "[email protected]", role = "aut"),
person("Mike", "Bostock", role = "cph",
comment = "d3.js"),
person("Speros", "Kokenes", role = "cph",
comment = "d3-lasso"),
person("Eric", "Shull", role = "cph",
comment = "saveSvgAsPng js library"),
person("Lee", "Thomason", role = "cph",
comment = "TinyXML2"),
person("Vladimir", "Agafonkin", role = "cph",
comment = "Flatbush"),
person("Eric", "Book", role = "ctb",
comment = "hline and vline geoms")
)
Description: Create interactive 'ggplot2' graphics using 'htmlwidgets'.
License: GPL-3
URL: https://davidgohel.github.io/ggiraph/
BugReports: https://github.com/davidgohel/ggiraph/issues
Imports:
cli,
ggplot2 (>= 3.5.1),
grid,
htmltools,
htmlwidgets (>= 1.5),
purrr,
Rcpp (>= 1.0),
rlang,
stats,
systemfonts,
uuid,
vctrs
Suggests:
dplyr,
gdtools (>= 0.3.0),
ggrepel (>= 0.9.1),
hexbin,
knitr,
maps,
quantreg,
rmarkdown,
sf (>= 1.0),
shiny,
tinytest,
xml2 (>= 1.0)
LinkingTo:
Rcpp,
systemfonts
VignetteBuilder:
knitr
Copyright: See file COPYRIGHTS.
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
SystemRequirements: libpng
Collate:
'RcppExports.R'
'ipar.R'
'utils_ggplot2_performance.R'
'utils_ggplot2.R'
'utils.R'
'annotate_interactive.R'
'annotation_raster_interactive.R'
'utils_css.R'
'fonts.R'
'girafe_options.R'
'default.R'
'dsvg.R'
'dsvg_view.R'
'element_interactive.R'
'facet_interactive.R'
'geom_abline_interactive.R'
'geom_path_interactive.R'
'geom_polygon_interactive.R'
'geom_rect_interactive.R'
'geom_bar_interactive.R'
'geom_bin_2d_interactive.R'
'geom_boxplot_interactive.R'
'geom_col_interactive.R'
'geom_contour_interactive.R'
'geom_count_interactive.R'
'geom_crossbar_interactive.R'
'geom_curve_interactive.R'
'geom_density_2d_interactive.R'
'geom_density_interactive.R'
'geom_dotplot_interactive.R'
'geom_errorbar_interactive.R'
'geom_errorbarh_interactive.R'
'geom_freqpoly_interactive.R'
'geom_hex_interactive.R'
'geom_histogram_interactive.R'
'geom_hline_interactive.R'
'geom_jitter_interactive.R'
'geom_label_interactive.R'
'geom_linerange_interactive.R'
'geom_map_interactive.R'
'geom_point_interactive.R'
'geom_pointrange_interactive.R'
'geom_quantile_interactive.R'
'geom_raster_interactive.R'
'geom_ribbon_interactive.R'
'geom_segment_interactive.R'
'geom_sf_interactive.R'
'geom_smooth_interactive.R'
'geom_spoke_interactive.R'
'geom_text_interactive.R'
'geom_text_repel_interactive.R'
'geom_tile_interactive.R'
'geom_violin_interactive.R'
'geom_vline_interactive.R'
'ggiraph.R'
'girafe.R'
'grob_interactive.R'
'guide_bins_interactive.R'
'guide_colourbar_interactive.R'
'guide_coloursteps_interactive.R'
'guide_interactive.R'
'guide_legend_interactive.R'
'interactive_circle_grob.R'
'interactive_curve_grob.R'
'interactive_path_grob.R'
'interactive_points_grob.R'
'interactive_polygon_grob.R'
'interactive_polyline_grob.R'
'interactive_raster_grob.R'
'interactive_rect_grob.R'
'interactive_roundrect_grob.R'
'interactive_segments_grob.R'
'interactive_text_grob.R'
'labeller_interactive.R'
'layer_interactive.R'
'scale_alpha_interactive.R'
'scale_brewer_interactive.R'
'scale_colour_interactive.R'
'scale_gradient_interactive.R'
'scale_interactive.R'
'scale_linetype_interactive.R'
'scale_manual_interactive.R'
'scale_shape_interactive.R'
'scale_size_interactive.R'
'scale_steps_interactive.R'
'scale_viridis_interactive.R'
'tracers.R'