浏览代码

Add CRAN install instructions

tags/v0.3.0
父节点
当前提交
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")

正在加载...
取消
保存