|
- ---
- output: github_document
- ---
-
- <!-- README.md is generated from README.Rmd. Please edit that file -->
-
- ```{r setup, include = FALSE}
- knitr::opts_chunk$set(
- collapse = TRUE,
- results = "asis",
- echo = FALSE,
- comment = "#>",
- fig.path = "man/figures/index-",
- out.width = "100%"
- )
- IS_README <- TRUE
- library(xaringanthemer)
- ```
-
- # xaringanthemer
-
- <!-- badges: start -->
- [](https://CRAN.R-project.org/package=xaringanthemer)
- [](https://www.tidyverse.org/lifecycle/#stable)
- [](https://travis-ci.com/gadenbuie/xaringanthemer)
- [](https://codecov.io/github/gadenbuie/xaringanthemer)
- <!-- badges: end -->
-
- ```{r child="man/fragments/_tagline-gif.Rmd"}
- ```
-
- ## Installation
-
- ```{r child="man/fragments/_installation.Rmd"}
- ```
-
- ## Quick Intro
-
- [theme-functions]: #themes
- [theme-settings]: #theme-settings
- [template-variables]: vignettes/template-variables.md
- [ggplot2]: https://ggplot2.tidyverse.org
-
- ```{r child="man/fragments/_quick-intro.Rmd"}
- ```
-
- ## Features
-
- There's a lot more that **xaringanthemer** can do!
- [Discover xaringanthemer's features.](https://pkg.garrickadenbuie.com/xaringanthemer/features.html)
|