dreamRs / esquisse

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

chooseDataUI tooltip and default #119

Closed DanChaltiel closed 3 years ago

DanChaltiel commented 4 years ago

Hi dreamRs devs,

I'm very fond of your UI and I'm using your chooseData module in my RStudio addin crosstableAssistant.

However, as a module, there are a few features that might be improved with a bit of customizability:

Would you consider adding support for those?

Actually, though it may require a bit of refactoring, I think this module would even deserve a repo of its own, as I couldn't find any standalone shiny data-choosing module, especially one as good as yours. I might be able to do the refactoring myself in a fork if you want some help.

pvictor commented 4 years ago

Hello Dan,

Cool package you've made! Indeed there's something to improve in this module, and yes I've plan to put it in a new package with more capabilities, hope I can do this in the summer.

For your current issue:

Victor

DanChaltiel commented 4 years ago

Hi Victor,

Thank you very much :-) If you happen to use it (or to use the base R package crosstable), I'm looking for reviews and ideas of improvement, so don't hesitate to fill an issue or a feature request.

For my current issue:

Dan

pvictor commented 3 years ago

All those functionnalities are now in package {datamods}: https://github.com/dreamRs/datamods