soedr / shiny_apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shiny_apps

A collection of some shiny apps.

View the live version!

Click on any of the links below to view the app hosted on my server. If you see anything that doesn't look right, please let me know!

Download and run these apps locally.

You can also run any of these apps on your local machine if you have the right things installed. At the very least you'll need R and shiny installed. Different apps make use of different packages, so you may need to install those as well. For instance, the cdf app requires ggplot2, so you'll need to:

install.packages("shiny")
install.packages("ggplot2")

Now you can use shiny's runGitHub() function to download and serve apps all in one shot:

shiny::runGitHub('shiny_apps', 'cpsievert', subdir='cdf')

If you have git on your machine, you could also clone the repo:

system("git clone https://github.com/cpsievert/shiny_apps.git")
shiny::runApp("cdf")

LICENSE

The MIT License (MIT)

Copyright (c) 2013 Carson Sievert

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About


Languages

Language:JavaScript 56.6%Language:R 35.8%Language:CSS 7.6%Language:Makefile 0.1%