Skip to content

Instantly share code, notes, and snippets.

@christophM
Last active December 10, 2015 09:48
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save christophM/4416252 to your computer and use it in GitHub Desktop.
R-Script to start the drink tracker
## 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')
@angrycoffeemonster
Copy link

A drink tracker for R

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment