Skip to content

Instantly share code, notes, and snippets.

@angrycoffeemonster
Forked from christophM/start-game.R
Created January 2, 2013 19:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save angrycoffeemonster/4437206 to your computer and use it in GitHub Desktop.
Save angrycoffeemonster/4437206 to your computer and use it in GitHub Desktop.
## uncomment to install
## install.packages("ggplot2")
## install.packages("directlabels")
## install.packages("plyr")
## options(repos=c(RStudio='http://rstudio.org/_packages', getOption('repos')))
## install.packages("shiny")
## install.packages("devtools")
## devtools::install_github("shiny-incubator", "rstudio")
library("shiny")
library("shinyIncubator")
persons <- c("Christoph", "Heidi", "Giuseppe", "Daniel", "Martin", "Vroni")
runApp("./")
shiny::runGist('https://gist.github.com/4412234')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment