Package: shinyjs
Title: Perform Common JavaScript Operations in Shiny Apps using Plain R
        Code
Version: 0.1.0
Authors@R: person("Dean", "Attali", email = "daattali@gmail.com",
    role = c("aut", "cre"))
Description: Perform common JavaScript operations in Shiny
    applications without having to know any JavaScript. Examples include hiding an
    element, disabling an input, resetting an input back to its original value,
    and many more useful functions. Even if you do know JavaScript,
    'shinyjs' can be used as convenience functions to avoid dealing with message
    passing and writing JavaScript code. 'shinyjs' can also be used to
    easily run your own custom JavaScript functions from R.
URL: https://github.com/daattali/shinyjs
Depends: R (>= 3.1.0)
Imports: digest (>= 0.6.8), htmltools (>= 0.2.6), shiny (>= 0.11.1)
Suggests: knitr (>= 1.7), testthat (>= 0.9.1), V8 (>= 0.6)
License: MIT + file LICENSE
LazyData: true
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2015-08-13 06:22:46 UTC; Dean
Author: Dean Attali [aut, cre]
Maintainer: Dean Attali <daattali@gmail.com>
Repository: CRAN
Date/Publication: 2015-08-13 09:18:53
