xaringan

Up and running with Xaringan

Overview For the upcoming round of LearnR at work I plan to make - finally - use of Xaringan slides. Xaringan is based on the remark.js and produces html5-slides. Preparation As usual … install the package from CRAN install.packages("xaringan") or make use of the development version from github: ## only install devtools if needed ## #install.packages(devtools) devtools::install_github('yihui/xaringan') Kick-off a presentation To create a xaringan presentation, you create an R Markdown document with the xaringan::moon_reader output format.