Last active
December 10, 2015 09:48
-
-
Save christophM/4416252 to your computer and use it in GitHub Desktop.
R-Script to start the drink tracker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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
A drink tracker for R