forked from dreamRs/esquisse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.07 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
Package: esquisse
Type: Package
Title: Explore and Visualize Your Data Interactively
Version: 0.3.0
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"))
Description: A 'shiny' gadget to create 'ggplot2' charts interactively with drag-and-drop to map your variables.
You can quickly visualize your data accordingly to their type, export to 'PNG' or 'PowerPoint',
and retrieve the code to reproduce the chart.
URL: https://github.com/dreamRs/esquisse
BugReports: https://github.com/dreamRs/esquisse/issues
License: GPL-3 | file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2
Imports: miniUI,
rstudioapi,
shiny (>= 1.0.0),
htmltools,
jsonlite,
shinyWidgets (>= 0.4.1),
ggplot2 (>= 3.0.0),
scales,
stringi,
rlang (>= 0.3.1),
grDevices
Suggests:
officer,
rvg,
rio,
DT,
testthat (>= 2.1.0),
knitr,
ggthemes,
hrbrthemes
VignetteBuilder: knitr