Package: shinyjs Title: Easily Improve the User Experience of Your Shiny Apps in Seconds Version: 2.1.0.9012 Authors@R: person("Dean", "Attali", email = "daattali@gmail.com", role = c("aut", "cre"), comment= c(ORCID="0000-0002-5645-3493")) Description: 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. URL: https://deanattali.com/shinyjs/, https://github.com/daattali/shinyjs BugReports: https://github.com/daattali/shinyjs/issues Depends: R (>= 3.1.0) Imports: jsonlite, rlang, shiny (>= 1.0.0), utils Suggests: htmltools (>= 0.3.5), knitr (>= 1.7), rmarkdown, shinyAce, shinydisconnect, shinytest2, testthat (>= 0.9.1) License: MIT + file LICENSE VignetteBuilder: knitr Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 Encoding: UTF-8 Config/pak/sysreqs: cmake make libuv1-dev zlib1g-dev Repository: https://daattali.r-universe.dev Date/Publication: 2025-10-16 22:57:20 UTC RemoteUrl: https://github.com/daattali/shinyjs RemoteRef: HEAD RemoteSha: e2f9fea75816568e3947ececec6698012f40fd6b NeedsCompilation: no Packaged: 2026-06-13 08:49:29 UTC; root Author: Dean Attali [aut, cre] (ORCID: ) Maintainer: Dean Attali