Interactive Documents with R

Edit Page

This repository consists of slides for my tutorial on Interactive Documents with R at UseR2014. Please download the repo as a zip file using the links in the sidebar.

Installation

Slidify is not on CRAN and needs to be installed from github using the devtools package.

pkgs <- c("slidify", "slidifyLibraries", "rCharts")
devtools::install_github(pkgs, "ramnathv")

While the installation process from github is relatively painless for Mac/Linux/Ubuntu users, it can make Windows users jump through hoops. For those of you on Windows that hit a bottleneck, here is an excellent blog post that takes you through an alternate installation process that has been reported to work well.

Tutorials

  1. Interactive Documents
  2. Slidify
  3. Frameworks
  4. Layouts
  5. Widgets
  6. How Slidify Works