-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.64 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
Package: esquisse
Type: Package
Title: Explore and Visualize Your Data Interactively
Version: 1.0.1.9300
Authors@R: c(person("Fanny", "Meyer", role = c("aut")),
person("Victor", "Perrier", email = "victor.perrier@dreamrs.fr", role = c("aut", "cre")),
person("Ian", "Carroll", comment = "Faceting support", role = "ctb"),
person("Xiangnan", "Dang", comment = "Facets rows and cols, X/Y limits", role = "ctb"),
person("Nicolas", "Bevacqua", role = "cph", comment = "author of dragula JavaScript library"),
person("Daybrush (Younkue Choi)", role = "cph", comment = "author of moveable JavaScript library"),
person("Zeno", "Rocha", role = "cph", comment = "author of clipboard JavaScript library"),
person("Antonio", "Ortega", role = "cph", comment = "author of support for ggetho plots", email = "antonio.ortega@kuleuven.be"))
Description: A 'shiny' gadget to create 'ggplot2' figures interactively with drag-and-drop to map your variables to different aesthetics.
You can quickly visualize your data accordingly to their type, export in various formats,
and retrieve the code to reproduce the plot.
URL: https://github.com/dreamRs/esquisse
BugReports: https://github.com/dreamRs/esquisse/issues
License: GPL-3 | file LICENSE
Encoding: UTF-8
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)
Imports:
datamods,
rstudioapi,
shiny (>= 1.1.0),
htmltools,
jsonlite,
shinyWidgets (>= 0.6.0),
ggplot2 (>= 3.0.0),
scales,
rlang (>= 0.3.1),
grDevices
Suggests:
officer,
rvg,
rio,
testthat (>= 2.1.0),
knitr,
rmarkdown,
ggthemes,
hrbrthemes
VignetteBuilder: knitr
Remotes:
shaliulab/ggetho