Esquisse Versions Save

RStudio add-in to make plots interactively with ggplot2

v0.2.2

4 years ago
  • Added esquisseContainer to better integrate esquisse module in a shiny application.
  • New functions colorPicker and palettePicker to select a color or a palette (this is the select control used in the main addin).

cran_0.2.1

4 years ago
  • Fix bug when adding smooth line (missing import for geom_smooth).
  • Support for themes and scales (color/fill) from {hrbrthemes}.
  • Set labels for fill, color and size aesthetics.

CRAN_0.2.0

4 years ago
  • Now use rlang to generate ggplot code.
  • Code generated when filtering data is available above ggplot code, it use dplyr syntax. #19, #46
  • Ability to set scales argument in facet_wrap (fixed, free, free_x, free_y). #47
  • Support for scales continuous transformation (log1p, log, sqrt, reverse, ...). #24

CRAN_0.1.7

5 years ago
  • Play/Pause button to stop reactivity when creating a plot (prevent plot to update each time you make a change)
  • Support for palette from viridisLite

CRAN_0.1.6

5 years ago
  • Support for sf objects.
  • Use esquisse as a shiny module.
  • Facets support thanks to @itcarroll (#30)
  • New import data modules
  • Fix a bug when launching addin in RStudio #25

CRAN_0.1.5

5 years ago

First release on CRAN 🎉

dev_0.1.4

5 years ago