😎 Give your xaringan slides some style
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

52 lines
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)