mirror of
https://github.com/rstudio/shiny.git
synced 2026-02-01 10:15:05 -05:00
56 lines
1.2 KiB
Plaintext
56 lines
1.2 KiB
Plaintext
Package: shiny
|
|
Type: Package
|
|
Title: Web Application Framework for R
|
|
Version: 0.8.0.99
|
|
Date: 2013-10-26
|
|
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:
|
|
stats,
|
|
tools,
|
|
utils,
|
|
httpuv (>= 1.2.0),
|
|
caTools,
|
|
RJSONIO,
|
|
xtable,
|
|
digest
|
|
Suggests:
|
|
datasets,
|
|
markdown,
|
|
Cairo (>= 1.5-5),
|
|
testthat
|
|
URL: http://www.rstudio.com/shiny/
|
|
BugReports: https://github.com/rstudio/shiny/issues
|
|
Collate:
|
|
'map.R'
|
|
'priorityqueue.R'
|
|
'utils.R'
|
|
'tar.R'
|
|
'timer.R'
|
|
'tags.R'
|
|
'cache.R'
|
|
'graph.R'
|
|
'react.R'
|
|
'reactives.R'
|
|
'fileupload.R'
|
|
'sessioncontext.R'
|
|
'shiny.R'
|
|
'shinywrappers.R'
|
|
'shinyui.R'
|
|
'showcase.R'
|
|
'slider.R'
|
|
'bootstrap.R'
|
|
'run-url.R'
|
|
'imageutils.R'
|
|
'update-input.R'
|
|
'bootstrap-layout.R'
|
|
'hooks.R'
|