mirror of
https://github.com/rstudio/shiny.git
synced 2026-01-29 00:38:19 -05:00
40 lines
962 B
Plaintext
40 lines
962 B
Plaintext
Package: shiny
|
|
Type: Package
|
|
Title: Web Application Framework for R
|
|
Version: 0.1.7
|
|
Date: 2012-10-24
|
|
Author: RStudio, Inc.
|
|
Maintainer: Joe Cheng <joe@rstudio.org>
|
|
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), websockets (>= 1.1.5)
|
|
Imports:
|
|
stats,
|
|
tools,
|
|
utils,
|
|
datasets,
|
|
methods,
|
|
caTools,
|
|
RJSONIO,
|
|
xtable,
|
|
digest
|
|
URL: https://github.com/rstudio/shiny, http://rstudio.github.com/shiny/tutorial
|
|
BugReports: https://github.com/rstudio/shiny/issues
|
|
Collate:
|
|
'map.R'
|
|
'random.R'
|
|
'timer.R'
|
|
'tags.R'
|
|
'react.R'
|
|
'reactives.R'
|
|
'fileupload.R'
|
|
'shiny.R'
|
|
'shinywrappers.R'
|
|
'shinyui.R'
|
|
'slider.R'
|
|
'bootstrap.R'
|