forked from dreamRs/esquisse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
42 lines (42 loc) · 1.56 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: esquisse
Type: Package
Title: Explore and Visualize Your Data Interactively
Version: 1.1.0.9200
Authors@R: c(person("Fanny", "Meyer", role = c("aut")),
person("Victor", "Perrier", email = "[email protected]", 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"))
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://dreamrs.github.io/esquisse/, https://github.com/dreamRs/esquisse
BugReports: https://github.com/dreamRs/esquisse/issues
License: GPL-3 | file LICENSE
Encoding: UTF-8
RoxygenNote: 7.1.2
Roxygen: list(markdown = TRUE)
Imports:
datamods (>= 1.2.0),
ggplot2 (>= 3.0.0),
grDevices,
htmltools (>= 0.5.0),
jsonlite,
phosphoricons,
rlang (>= 0.3.1),
rstudioapi,
scales,
shiny (>= 1.1.0),
shinyWidgets (>= 0.6.0)
Suggests:
officer,
rvg,
rio,
testthat (>= 2.1.0),
knitr,
rmarkdown,
ggthemes,
hrbrthemes
VignetteBuilder: knitr