Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.54 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.54 KB

Interactive Documents with R

This repository consists of slides for my tutorial on Interactive Documents with R at UseR2014.

Here is a picture from the tutorial (thanks to Jo-fai Chow)

tutorial-pic

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

Demonstrations

All demonstrations for the workshop can be found in the demos folder. The instructions for the demos can be found in the tutorials.