Sliding in Style

Talk

Make stylish slides with {xaringanthemer} and a little bit of CSS.

Author

Garrick Aden-Buie

Published

April 1, 2021

Event
Location

Virtual Presentation

Abstract

The xaringan package by YiHui Xie lets R users and R Markdown authors easily blend data, text, plots and htmlwidgets into beautiful HTML presentations that look great on the web, in print, and on screens.

Together we’ll create a completely customized xaringan slide style with xaringanthemer, a package that lets you quickly create a complete slide theme from only a few color choices. Then we’ll talk about how you can take your slide design one step further with just a little bit of CSS.

Packages

# On CRAN
install.packages("xaringan")
install.packages("xaringanthemer", dependencies = TRUE)

# From GitHub
# install.packages("remotes")
remotes::install_github("gadenbuie/xaringanExtra")
remotes::install_github("gadenbuie/lorem")

If you use [docker], you can get set up with an [environment for this presentation][docker-image] with:

docker run -d --rm -p 8787:8787 -e DISABLE_AUTH=true grrrck/sliding-in-style