shiny
shiny copied to clipboard
Easy interactive web applications with R
This is an enhancement request. Dynamic tabs are great! How about adding a little 'X' close button on every tab? It is standard in JS packages and very convenient for...
Currently shiny.js only sends input values tied to output values (e.g., `.clientdata_output_{id}_width`, etc) to the server (i.e., `getCurrentOutputInfo()`) when the _window_ resizes (or if certain Bootstrap events happens). This PR...
This pull request removes the handlers for `keyup` and `input` from `dateInput` and `dateRangeInput`. This prevents spurious updates while typing, but still sends the parser's best interpretation of the field...
Dear devs, I was wondering if shiny can provide functions to call output renderers manually without knowing the expressions inside of the render calls. For example, something like `shiny::renderOutput` as...
Same procedure as described here: https://github.com/dreamRs/shinyWidgets/pull/516#issue-1320737774
Request that reactiveValues includes a 'label' parameter which is useful for debugging in the react log. reactiveVal has this feature but it is omitted from reactiveValues. Thank you!
### System details Output of `sessionInfo()`: ``` shiny_1.7.1 ``` ### Example application ```R library(shiny) # Define UI for application that draws a histogram ui
I would like to understand a best practice way to log a shiny app, so as to track the console, which will also include shiny error traces from shiny::devmode. If...
In the following example (retrieved from example(checkboxGroupInput, package = "shiny")), icons are used for informative purpose. However, the checkbox is not accessible for screen readers until explicit aria-label is used...
For any shiny app, including the default "Old Faithful" template in Rstudio, greys-out/dies on computer sleep when using Chrome on macOS. Doesn't happen in Safari or Firefox. Error message shown...