Let us now try out some Math.
install_github("knitr", "yihui")
install_github("whisker", "edwindj")
install_github("markdown", "rstudio")slidify is designed to make it very easy for a HTML novice to generate a crisp, visually appealing HTML5 slide deck. You can do it in just three steps!
- Write your source file in R Markdown
- Separate your slides using a horizontal rule
--- - Run
slidify("slides.Rmd")to generate your slide deck.
slidify allows you to render your slides using several HTML5 slide frameworks. Currently supported frameworks are:
Extending slidify to accommodate other frameworks is pretty straightforward. The plan is to support more frameworks over time.