😎 Give your xaringan slides some style
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

51 lines
1.4KB

  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
  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. [![travis](https://travis-ci.com/gadenbuie/xaringanthemer.svg?branch=master)](https://travis-ci.com/gadenbuie/xaringanthemer)
  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/features.html)