You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
BREAKING CHANGES
shiny version 1.0.0 is now required
All colourInput-related functions are now defunct because they are now in the colourpicker package
CHANGES
Added click() function that simulates a user clicking on a button
Moved default values of parameters to the R layer instead of being defined in javascript. This means that RStudio no longer complains of missing arguments and that autocompletion will show default values. (#80)
Improve efficiency of delay() and reset() functions