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 Config/pak/sysreqs: cmake make libuv1-dev libx11-dev zlib1g-dev Repository: https://ar-puuk.r-universe.dev Date/Publication: 2025-02-21 09:39:12 UTC RemoteUrl: https://github.com/dreamRs/esquisse RemoteRef: HEAD RemoteSha: 77437aff8ca2c6095243c944686354865ebd1b4d NeedsCompilation: no Packaged: 2026-06-11 10:28:02 UTC; root Author: Fanny Meyer [aut], Victor Perrier [aut, cre], Ian Carroll [ctb] (Faceting support), Xiangnan Dang [ctb] (Facets rows and cols, X/Y limits), Nicolas Bevacqua [cph] (author of dragula JavaScript library), Daybrush (Younkue Choi) [cph] (author of moveable JavaScript library), Zeno Rocha [cph] (author of clipboard JavaScript library) Maintainer: Victor Perrier