-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
50 lines (50 loc) · 1.18 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
Package: loon.ggplot
Type: Package
Title: A Grammar of Interactive Graphics
Version: 1.3.4
Authors@R: c(
person('Zehao', 'Xu', email = '[email protected]', role = c("aut", "cre")),
person('R. Wayne', 'Oldford', email = '[email protected]', role = c("aut"))
)
Description: Provides a bridge between the 'loon' and 'ggplot2' packages. Extends the grammar of ggplot to add clauses to create interactive 'loon' plots. Existing ggplot(s) can be turned into interactive 'loon' plots and 'loon' plots into static ggplot(s); the function 'loon.ggplot()' is the bridge from one plot structure to the other.
License: GPL-2
BugReports: https://github.com/great-northern-diver/loon.ggplot/issues
Depends:
R (>= 3.4.0),
tcltk,
methods,
loon (>= 1.3.2),
ggplot2,
ggmulti
Imports:
stats,
utils,
grDevices,
grid,
gridExtra,
scales,
patchwork,
rlang,
cli
Suggests:
GGally,
magrittr,
tidyr,
zenplots,
dplyr,
gtable,
png,
tools,
tibble,
testthat,
knitr,
rmarkdown,
covr,
maps,
hexbin,
nycflights13,
ggplot2movies
RoxygenNote: 7.3.1
Encoding: UTF-8
VignetteBuilder: knitr
Language: en-US