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, one will have to install the current development versions from Github if one wants to reproduce the results. 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")
To rebuild this presentation in knitr, the R markdown format can also be accessed under the following address: Click me to open it in Brower. To get the same results, 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]