Package: shinyjs
Title: Perform Common JavaScript Operations in Shiny Apps using Plain R
        Code
Version: 0.0.3.3
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. Many useful JavaScript
    functions are made available by shinyjs with a simple R interface so that
    you don't have to write any JavaScript code. Even if you do know JavaScript,
    shinyjs can be used as convenience functions to avoid dealing with message
    passing and writing JavaScript code.
URL: https://github.com/daattali/shinyjs
Depends: R (>= 3.1.2)
Imports: shiny (>= 0.11.1)
Suggests: knitr (>= 1.7), testthat (>= 0.9.1)
License: MIT + file LICENSE
LazyData: true
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2015-04-21 16:30:06 UTC; Dean
Author: Dean Attali [aut, cre]
Maintainer: Dean Attali <daattali@gmail.com>
Repository: CRAN
Date/Publication: 2015-04-22 08:07:52
Built: R 3.1.3; ; 2015-04-23 10:11:13 UTC; unix
