ソースを参照

Add readme badges

tags/v0.3.0
コミット
90006ef121
2個のファイルの変更24行の追加1行の削除
  1. +6
    -0
      README.Rmd
  2. +18
    -1
      README.md

+ 6
- 0
README.Rmd ファイルの表示



# xaringanthemer # xaringanthemer


<!-- badges: start -->
[![CRAN status](https://www.r-pkg.org/badges/version/xaringanthemer)](https://CRAN.R-project.org/package=xaringanthemer)
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://www.tidyverse.org/lifecycle/#stable)
[![travis](https://travis-ci.org/gadenbuie/xaringanthemer.svg?branch=master)](https://travis-ci.org/gadenbuie/xaringanthemer)
[![Codecov](https://img.shields.io/codecov/c/github/gadenbuie/xaringanthemer)](https://codecov.io/github/gadenbuie/xaringanthemer)
<!-- badges: end -->


```{r child="man/fragments/_tagline-gif.Rmd"} ```{r child="man/fragments/_tagline-gif.Rmd"}
``` ```

+ 18
- 1
README.md ファイルの表示



# xaringanthemer # xaringanthemer


<!-- badges: start -->

[![CRAN
status](https://www.r-pkg.org/badges/version/xaringanthemer)](https://CRAN.R-project.org/package=xaringanthemer)
[![Lifecycle:
stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://www.tidyverse.org/lifecycle/#stable)
[![travis](https://travis-ci.org/gadenbuie/xaringanthemer.svg?branch=master)](https://travis-ci.org/gadenbuie/xaringanthemer)
[![Codecov](https://img.shields.io/codecov/c/github/gadenbuie/xaringanthemer)](https://codecov.io/github/gadenbuie/xaringanthemer)
<!-- badges: end -->

Give your [xaringan](https://github.com/yihui/xaringan) slides some Give your [xaringan](https://github.com/yihui/xaringan) slides some
style with **xaringanthemer** within your `slides.Rmd` file without style with **xaringanthemer** within your `slides.Rmd` file without
(much) CSS. (much) CSS.


## Installation ## 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 ``` r
# install.packages("devtools") # install.packages("devtools")

読み込み中…
キャンセル
保存