😎 Give your xaringan slides some style
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

51 lines
1.5KB

  1. ---
  2. output: github_document
  3. ---
  4. <!-- README.md is generated from README.Rmd. Please edit that file -->
  5. ```{r setup, include = FALSE}
  6. knitr::opts_chunk$set(
  7. collapse = TRUE,
  8. results = "asis",
  9. echo = FALSE,
  10. comment = "#>",
  11. fig.path = "man/figures/index-",
  12. out.width = "100%"
  13. )
  14. IS_README <- TRUE
  15. library(xaringanthemer)
  16. ```
  17. # xaringanthemer <img src="man/figures/logo.png" align="right" height="175px" />
  18. <!-- badges: start -->
  19. [![CRAN status](https://www.r-pkg.org/badges/version/xaringanthemer)](https://CRAN.R-project.org/package=xaringanthemer)
  20. [![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://www.tidyverse.org/lifecycle/#stable)
  21. [![CI by {tic}](https://github.com/gadenbuie/xaringanthemer/workflows/CI%20by%20{tic}/badge.svg?branch=main)](https://github.com/gadenbuie/xaringanthemer/actions)
  22. [![Codecov](https://img.shields.io/codecov/c/github/gadenbuie/xaringanthemer)](https://codecov.io/github/gadenbuie/xaringanthemer)
  23. <!-- badges: end -->
  24. ```{r child="man/fragments/_tagline-gif.Rmd"}
  25. ```
  26. ## Installation
  27. ```{r child="man/fragments/_installation.Rmd"}
  28. ```
  29. ## Quick Intro
  30. [theme-functions]: #themes
  31. [theme-settings]: #theme-settings
  32. [template-variables]: vignettes/template-variables.md
  33. [ggplot2]: https://ggplot2.tidyverse.org
  34. ```{r child="man/fragments/_quick-intro.Rmd"}
  35. ```
  36. ## Features
  37. There's a lot more that **xaringanthemer** can do!
  38. [Discover xaringanthemer's features.](https://pkg.garrickadenbuie.com/xaringanthemer/articles/xaringanthemer.html)