😎 Give your xaringan slides some style
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

52 Zeilen
1.6KB

  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. [![xaringanthemer status badge](https://gadenbuie.r-universe.dev/badges/xaringanthemer)](https://gadenbuie.r-universe.dev)
  21. [![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html)
  22. [![R-CMD-Check status badge](https://github.com/gadenbuie/xaringanthemer/workflows/R-CMD-check/badge.svg?branch=main)](https://github.com/gadenbuie/xaringanthemer/actions)
  23. [![Codecov](https://img.shields.io/codecov/c/github/gadenbuie/xaringanthemer)](https://codecov.io/github/gadenbuie/xaringanthemer)
  24. <!-- badges: end -->
  25. ```{r child="man/fragments/_tagline-gif.Rmd"}
  26. ```
  27. ## Installation
  28. ```{r child="man/fragments/_installation.Rmd"}
  29. ```
  30. ## Quick Intro
  31. [theme-functions]: #themes
  32. [theme-settings]: #theme-settings
  33. [template-variables]: vignettes/template-variables.md
  34. [ggplot2]: https://ggplot2.tidyverse.org
  35. ```{r child="man/fragments/_quick-intro.Rmd"}
  36. ```
  37. ## Features
  38. There's a lot more that **xaringanthemer** can do!
  39. [Discover xaringanthemer's features.](https://pkg.garrickadenbuie.com/xaringanthemer/articles/xaringanthemer.html)