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.
| Version: | 1.1 |
| Depends: | R (≥ 3.1.0) |
| Imports: | digest (≥ 0.6.8), htmltools (≥ 0.2.9), jsonlite, shiny (≥ 1.0.0) |
| Suggests: | knitr (≥ 1.7), rmarkdown, shinyAce, testthat (≥ 0.9.1), V8 (≥ 0.6) |
| Published: | 2020-01-13 |
| Author: | Dean Attali [aut, cre] |
| Maintainer: | Dean Attali <daattali at gmail.com> |
| BugReports: | https://github.com/daattali/shinyjs/issues |
| License: | AGPL-3 |
| URL: | https://deanattali.com/shinyjs |
| NeedsCompilation: | no |
| SystemRequirements: | pandoc with https support |
| Materials: | README NEWS |
| CRAN checks: | shinyjs results |
| Reference manual: | shinyjs.pdf |
| Vignettes: |
shinyjs example app walk-through extendShinyjs - Calling your own JavaScript functions from R Including shinyjs in different types of apps Package shinyjs |
| Package source: | shinyjs_1.1.tar.gz |
| Windows binaries: | r-devel: shinyjs_1.1.zip, r-release: shinyjs_1.1.zip, r-oldrel: shinyjs_1.1.zip |
| macOS binaries: | r-release: shinyjs_1.1.tgz, r-oldrel: shinyjs_1.1.tgz |
| Old sources: | shinyjs archive |
Please use the canonical form https://CRAN.R-project.org/package=shinyjs to link to this page.