Source: r-cran-shinyjs
Standards-Version: 4.7.4
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders:
 Leopold Palomo-Avellaneda <leo@alaxarxa.net>,
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Build-Depends:
 debhelper-compat (= 13),
 dh-r,
 r-base-dev,
 r-cran-digest,
 r-cran-jsonlite,
 r-cran-shiny,
 architecture-is-64-bit,
 architecture-is-little-endian,
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.
