-
Notifications
You must be signed in to change notification settings - Fork 244
Expand file tree
/
Copy pathDESCRIPTION
More file actions
47 lines (47 loc) · 1.62 KB
/
DESCRIPTION
File metadata and controls
47 lines (47 loc) · 1.62 KB
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
Package: esquisse
Type: Package
Title: Explore and Visualize Your Data Interactively
Version: 2.1.0
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"))
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.3.2
Roxygen: list(markdown = TRUE)
Imports:
bslib,
datamods (>= 1.5.1),
downlit,
ggplot2 (>= 3.0.0),
grDevices,
htmltools (>= 0.5.0),
jsonlite,
phosphoricons (>= 0.2.1),
rlang (>= 0.3.1),
rstudioapi,
scales,
shiny (>= 1.1.0),
shinybusy,
shinyWidgets (>= 0.6.0),
zip
Suggests:
officer,
rvg,
rio,
testthat (>= 2.1.0),
knitr,
rmarkdown,
ggthemes,
hrbrthemes,
plotly
VignetteBuilder: knitr