Fabio Della Rocca

Results 10 issues of Fabio Della Rocca

Hi, I'm building a shiny app that has a lot of tmap objects. Since some maps are slow to laod I decided to use a spinner from `{shinycssloaders}`. If I...

bug
question

Hi, I have a very big excel file with 11 columns and more than 10k rows. When I want to edit, the shiny app freezes because `rhandsontable ` is trying...

Hi jokergoo, I have a question about the dendrogramms. I have multiple heatmaps generated with a loop `for`. Each of them has its own legend and its own row clustering...

Hi, I was trying to made a customized bs4Dash using your package but I have some problems. Here's a reproducible example. ``` mytheme = create_theme( bs4dash_status(primary = "#2aaae2", light =...

Hello, I have a very complex shiny app with a lot of tabpanels, conditionapanels, shinydashboards etc. Since a unique guided tour will be impossible and veeeery long, is it possible...

Hello, I'm looking for a calendar to add in my shiny app and your calendar it seems the best, but I need a calendar with a "year view". Is it...

Hi, first of all thank you for your fantastic package! It will greatily improve my shinyapps. I have two questions: 1) Is it possible to put the next button on...

Hi, I use your package inside a shinyApp but the problem exists also with the `data_edit()` function so I'll write an example based on that function. So after launched the...

Hi again, I've found a bug if I use the package inside a modal. Here's the code where you can reproduce the error. The bug appears if you try to...

Hi again, I have a suggestion for you. I think could be useful to add a parameter in `krigR()` that tells if you want to save the products. For example,...

enhancement