MarjorieLeduc

Results 1 comments of MarjorieLeduc

I also would like plotly to support `ggrepel::geom_text_repel`. I prepare the following shiny that works with plotOutput but not with plotlyOutput : ``` library(shiny) library(plotly) library(ggplot2) library(ggrepel) library(bslib) ui