Skip to content

Releases: dreamRs/esquisse

CRAN version 0.3.0

29 Jan 16:18
Compare
Choose a tag to compare
  • Fixed a bug in dragulaInput preventing to change variable in main addin.
  • chooseDataServer() has a new argument selectedTypes to set types of variables selected by default. #95
  • Packages {ggthemes} and {hrbrthemes} are now in Suggests.

CRAN version 0.2.3

10 Jan 11:27
Compare
Choose a tag to compare
  • New argument disable_filters in esquisserUI() to disable the ability to filter data.
  • Enable bookmarking for module filterDF.
  • filterDF() module handle missing values correctly.
  • filterDF() has two new arguments : drop_ids : logical, drop or not column with only unique values, picker allow to use shinyWidgets::pickerInput.
  • Code generated : no more affectation in {dplyr} code, a pipe is used to send code to {ggplot2} (mentioned in #79)

CRAN version 0.2.2

22 Aug 13:48
Compare
Choose a tag to compare
  • 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 version 0.2.1

16 Jul 07:45
Compare
Choose a tag to compare
  • 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 version 0.2.0

20 Jun 09:33
Compare
Choose a tag to compare
  • 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 version 0.1.7

14 Nov 13:22
Compare
Choose a tag to compare
  • 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 version 0.1.6

26 Oct 09:04
Compare
Choose a tag to compare
  • 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 version 0.1.5

29 Sep 11:06
Compare
Choose a tag to compare

First release on CRAN 🎉

Dev 0.1.4

30 Aug 14:22
Compare
Choose a tag to compare
dev_0.1.4

added logo