Source: r-cran-shinyjs Maintainer: Debian R Packages Maintainers Uploaders: Leopold Palomo-Avellaneda Section: gnu-r Priority: optional Build-Depends: debhelper (>= 11~), dh-r, r-base-dev, r-cran-digest (>= 0.6.8), r-cran-htmltools, r-cran-jsonlite, r-cran-shiny Standards-Version: 4.1.4 Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-shinyjs Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-shinyjs.git Homepage: https://cran.r-project.org/package=shinyjs Package: r-cran-shinyjs Architecture: all Depends: ${R:Depends}, ${misc:Depends} Recommends: ${R:Recommends} Suggests: ${R:Suggests} Description: Easily Improve the User Experience of Your Shiny Apps in Seconds Perform common useful JavaScript operations in Shiny apps that will greatly improve your apps without having to know any JavaScript. Examples include: hiding an element, disabling an input, resetting an input back to its original value, delaying code execution by a few seconds, and many more useful functions for both the end user and the developer. 'shinyjs' can also be used to easily call your own custom JavaScript functions from R.