Package: shiny
Type: Package
Title: Web Application Framework for R
Version: 0.10.0
Date: 2014-06-13
Author: RStudio, Inc.
Maintainer: Winston Chang <winston@rstudio.com>
Description: Shiny makes it incredibly easy to build interactive web
    applications with R. Automatic "reactive" binding between inputs and
    outputs and extensive pre-built widgets make it possible to build
    beautiful, responsive, and powerful applications with minimal effort.
License: GPL-3
Depends: R (>= 2.14.1), methods
Imports: tools, utils, httpuv (>= 1.2.0), caTools, RJSONIO, xtable,
        digest, htmltools (>= 0.2.4)
Suggests: datasets, Cairo (>= 1.5-5), testthat, knitr (>= 1.6),
        markdown
URL: http://www.rstudio.com/shiny/
BugReports: https://github.com/rstudio/shiny/issues
Collate: 'app.R' 'bootstrap-layout.R' 'map.R' 'globals.R' 'utils.R'
        'bootstrap.R' 'cache.R' 'fileupload.R' 'graph.R' 'hooks.R'
        'html-deps.R' 'htmltools.R' 'imageutils.R' 'jqueryui.R'
        'middleware-shiny.R' 'middleware.R' 'priorityqueue.R' 'react.R'
        'reactive-domains.R' 'reactives.R' 'run-url.R' 'server.R'
        'shiny.R' 'shinyui.R' 'shinywrappers.R' 'showcase.R' 'slider.R'
        'tar.R' 'timer.R' 'update-input.R'
Packaged: 2014-06-13 21:41:00 UTC; jcheng
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2014-06-14 07:29:51
