|
|
|
@@ -3,6 +3,16 @@ |
|
|
|
|
|
|
|
# xaringanthemer |
|
|
|
|
|
|
|
<!-- badges: start --> |
|
|
|
|
|
|
|
[](https://CRAN.R-project.org/package=xaringanthemer) |
|
|
|
[](https://www.tidyverse.org/lifecycle/#stable) |
|
|
|
[](https://travis-ci.org/gadenbuie/xaringanthemer) |
|
|
|
[](https://codecov.io/github/gadenbuie/xaringanthemer) |
|
|
|
<!-- badges: end --> |
|
|
|
|
|
|
|
Give your [xaringan](https://github.com/yihui/xaringan) slides some |
|
|
|
style with **xaringanthemer** within your `slides.Rmd` file without |
|
|
|
(much) CSS. |
|
|
|
@@ -21,7 +31,14 @@ style with **xaringanthemer** within your `slides.Rmd` file without |
|
|
|
|
|
|
|
## Installation |
|
|
|
|
|
|
|
**xaringanthemer** currently lives on GitHub. |
|
|
|
You can install **xaringanthemer** from CRAN |
|
|
|
|
|
|
|
``` r |
|
|
|
install.packages("xaringanthemer") |
|
|
|
``` |
|
|
|
|
|
|
|
or you can install the development version of xaringanthemer from |
|
|
|
[GitHub](https://github.com/gadenbuie/xaringanthemer). |
|
|
|
|
|
|
|
``` r |
|
|
|
# install.packages("devtools") |