Monday, December 31, 2012

Misusage of the new shiny package: A nerdy drink tracker for your next party

Currently a lot of people are talking about the new shiny package. So I got curious and built an own, more or less useful app: A drink tracker


This app can be used to track how much someone drank and therefore it is very useful for every party, especially when you plan to play some drinking games.


The usage is very simple:

  1. Start an R session
  2. Run the following script (uncomment to install the packages) and change the names in the persons vector
  3. Game should start in your default browser
  4. Every person who had a shot / a sip beer / whatever can be chosen from the drop-down  list. If the same person has to drink again simply push "Drink again!". You can switch between the timeline and the leaderboard by clicking on the tabs
  5. Have fun!


No comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Explaining the decisions of machine learning algorithms

Being both statistician and machine learning practitioner, I have always been interested in combining the predictive power of (black box) ma...