Package: esquisse
Type: Package
Title: Explore and Visualize Your Data Interactively
Version: 0.3.1
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"))
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.1.1
Imports: miniUI, rstudioapi, shiny (>= 1.1.0), htmltools, jsonlite,
        shinyWidgets (>= 0.4.5), 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
NeedsCompilation: no
Packaged: 2020-09-26 18:17:03 UTC; perri
Author: Fanny Meyer [aut],
  Victor Perrier [aut, cre],
  Ian Carroll [ctb] (Faceting support),
  Xiangnan Dang [ctb] (Facets rows and cols, X/Y limits)
Maintainer: Victor Perrier <victor.perrier@dreamrs.fr>
Repository: CRAN
Date/Publication: 2020-09-27 17:10:22 UTC
