Emilio
Emilio
Worked for me: * Comment this line: https://github.com/IndrajeetPatil/ggstatsplot/blob/1fa219dd7440af5955ddc34aaf1911549422e10e/R/helpers_ggcatstats_graphics.R#L21 * Add an drop.unused.levels argument to the function * Change this line and add another one: https://github.com/IndrajeetPatil/ggstatsplot/blob/1fa219dd7440af5955ddc34aaf1911549422e10e/R/ggbarstats.R#L150 paletteer::scale_fill_paletteer_d(paste0(package, "::", palette), name =...
Another possible solution, simpler than the $variables$ approach: 1. Provide translated templates as bs4_book_XX.html (I could translate the Spanish one) 2. Allow an option for the language 3. Use the...
That's great, thank you Christophe. Just in case it is useful: for the internationalisation of my Shiny Apps, I use the shiny.i18 package. I don't know if there is something...
I would suggest adding an argument to the esquise_server() function and modify the call to filter_data_server() in this line to allow customisation when adding esquisse to shiny apps: https://github.com/emilopezcano/esquisse/blob/3dc09ef43e97a35292c209917ecf395aecfb5ead/R/module-controls.R#L293C15-L293C15 I...