forked from dreamRs/esquisse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
36 lines (36 loc) · 1.09 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
Package: esquisse
Type: Package
Title: Explore and Visualize Your Data Interactively
Version: 0.1.9.920
Authors@R: c(person("Fanny", "Meyer", email = "fanny.meyer@dreamrs.fr", role = c("aut")),
person("Victor", "Perrier", email = "victor.perrier@dreamrs.fr", role = c("aut", "cre")),
person("Ian", "Carroll", comment = "Facets 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: 6.1.1
Imports: miniUI,
rstudioapi,
shiny (>= 1.0.0),
htmltools,
jsonlite,
shinyWidgets (>= 0.4.1),
ggplot2 (>= 3.0.0),
ggthemes,
RColorBrewer,
scales,
stringi,
rlang (>= 0.3.1)
Suggests:
officer,
rvg,
rio,
DT,
testthat (>= 2.1.0),
knitr
VignetteBuilder: knitr