Installing slidify

## Settings for RMarkdown http://yihui.name/knitr/options#chunk_options
opts_chunk$set(comment = "", warning = FALSE, message = FALSE, tidy = FALSE, 
    echo = TRUE, fig.width = 7, fig.height = 7)
options(width = 116, scipen = 10)

setwd("~/statistics/Rmedstats/")

Installation

install.packages("devtools")
library(devtools)
install_github("slidify", "ramnathv")
install_github("slidifylibraries", "ramnathv")

Lines below should bring up an index.Rmd template

library(slidify)
author("slidifyDemo")