Browse Source

Add CRAN install instructions

tags/v0.3.0
Garrick Aden-Buie 6 years ago
parent
commit
ce787d0af8
1 changed files with 7 additions and 1 deletions
  1. +7
    -1
      man/fragments/_installation.Rmd

+ 7
- 1
man/fragments/_installation.Rmd View File

@@ -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…
Cancel
Save