This R Markdown file uses the slidify package by Ramnath Vaidyanathan which is not on CRAN yet and has to be manually installed. I make also use of the interactive plotting capabilities provided by the rCharts package. Since these packages are still in rapid development and this feature was added only recently, the current development versions have to be installed from Github. Luckily, this is as easy as typing three lines of R code, using the devtools package by Hadley Wickham:
require(devtools)
install_github(c("slidify", "slidifyLibraries"), "ramnathv", ref = "dev")
install_github("rCharts", "ramnathv")
The knitted presentation in HTML format can also be accessed under the following address: Click me to open it in Brower. To rebuild this R markdown document, it is also important to replace the slidify.css document in the folder ~/assets/css/slidify.css with the following custom file: Download [Notice: the folder will be created after invoking knit("index.Rmd") for the first time]

