Last data update: 2014.03.03

shinyjs

Package: shinyjs
Title: Perform Common JavaScript Operations in Shiny Apps using Plain R
Code
Version: 0.6
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, delaying code execution
by a few seconds, and many more useful functions. 'shinyjs' also includes
a colour picker widget, a colour picker RStudio addin, and can also be used to
easily run your own custom JavaScript functions from R.
URL: https://github.com/daattali/shinyjs
BugReports: https://github.com/daattali/shinyjs/issues
Depends: R (>= 3.1.0)
Imports: digest (>= 0.6.8), htmltools (>= 0.2.6), miniUI (>= 0.1.1),
shiny (>= 0.11.1), stats
Suggests: knitr (>= 1.7), rmarkdown, rstudioapi (>= 0.5), testthat (>=
0.9.1), V8 (>= 0.6)
License: MIT + file LICENSE
SystemRequirements: pandoc with https support
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-04-24 23:13:22 UTC; Dean
Author: Dean Attali [aut, cre]
Maintainer: Dean Attali <daattali@gmail.com>
Repository: CRAN
Date/Publication: 2016-04-25 08:59:06

● 0 images, 20 functions, 0 datasets
Reverse Depends: 2

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'shinyjs' ...
** package 'shinyjs' successfully unpacked and MD5 sums checked
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'shinyjs'
    finding HTML links ... done
    classFuncs                              html  
    colourInput                             html  
    colourPicker                            html  
    delay                                   html  
    disabled                                html  
Rd warning: /tmp/RtmpshkHUl/R.INSTALL5447410b87f4/shinyjs/man/disabled.Rd:48: missing file link 'toggleState'
Rd warning: /tmp/RtmpshkHUl/R.INSTALL5447410b87f4/shinyjs/man/disabled.Rd:49: missing file link 'enable'
Rd warning: /tmp/RtmpshkHUl/R.INSTALL5447410b87f4/shinyjs/man/disabled.Rd:50: missing file link 'disable'
    extendShinyjs                           html  
    hidden                                  html  
Rd warning: /tmp/RtmpshkHUl/R.INSTALL5447410b87f4/shinyjs/man/hidden.Rd:49: missing file link 'toggle'
Rd warning: /tmp/RtmpshkHUl/R.INSTALL5447410b87f4/shinyjs/man/hidden.Rd:50: missing file link 'show'
Rd warning: /tmp/RtmpshkHUl/R.INSTALL5447410b87f4/shinyjs/man/hidden.Rd:51: missing file link 'hide'
    html                                    html  
    inlineCSS                               html  
    js                                      html  
    messageFuncs                            html  
    onevent                                 html  
    reset                                   html  
    runExample                              html  
    runjs                                   html  
    shinyjs                                 html  
    stateFuncs                              html  
    updateColourInput                       html  
    useShinyjs                              html  
    visibilityFuncs                         html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (shinyjs)
Making 'packages.html' ... done