dreamRs / esquisse

RStudio add-in to make plots interactively with ggplot2
https://dreamrs.github.io/esquisse
Other
1.77k stars 229 forks source link

numericRangeInput requires shinyWidgets >= 0.4.5 #116

Closed xiangnandang closed 4 years ago

xiangnandang commented 4 years ago

the newly added function to adjust xlim and ylim uses numericRangeInput, that was introduced in shinyWidgets 0.4.5

The current DESCRIPTION has shinyWidgets>=0.4.1

pvictor commented 4 years ago

Thanks!

Victor