소스 검색

Add CRAN install instructions

tags/v0.3.0
Garrick Aden-Buie 6 년 전
부모
커밋
ce787d0af8
1개의 변경된 파일7개의 추가작업 그리고 1개의 파일을 삭제
  1. +7
    -1
      man/fragments/_installation.Rmd

+ 7
- 1
man/fragments/_installation.Rmd 파일 보기

@@ -1,4 +1,10 @@
**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")

Loading…
취소
저장