# xaringanthemer [![CRAN status](https://www.r-pkg.org/badges/version/xaringanthemer)](https://CRAN.R-project.org/package=xaringanthemer) [![xaringanthemer status badge](https://gadenbuie.r-universe.dev/badges/xaringanthemer)](https://gadenbuie.r-universe.dev) [![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html) [![R-CMD-Check status badge](https://github.com/gadenbuie/xaringanthemer/workflows/R-CMD-check/badge.svg?branch=main)](https://github.com/gadenbuie/xaringanthemer/actions) [![Codecov](https://img.shields.io/codecov/c/github/gadenbuie/xaringanthemer)](https://codecov.io/github/gadenbuie/xaringanthemer) Give your [xaringan](https://github.com/yihui/xaringan) slides some style with **xaringanthemer** within your `slides.Rmd` file without (much) CSS. Animation previewing many xaringanthemer themes ## Installation You can install **xaringanthemer** from CRAN ``` r install.packages("xaringanthemer") ``` or you can install the development version of xaringanthemer from [GitHub](https://github.com/gadenbuie/xaringanthemer). ``` r # install.packages("remotes") remotes::install_github("gadenbuie/xaringanthemer") ``` ## Features There’s a lot more that **xaringanthemer** can do\! [Discover xaringanthemer’s features.](https://pkg.garrickadenbuie.com/xaringanthemer/articles/xaringanthemer.html)