Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
jgabry committed Nov 18, 2016
1 parent 91fecba commit 3f0e3dc
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,14 @@ modifying ggplot objects provided by the **ggplot2** package.

### Installation

**bayesplot** is not yet on CRAN (coming soon) but can be installed from GitHub
using the **devtools** package.

* Install from CRAN:

```{r}
install.packages("bayesplot")
```

* Install from GitHub (requires [devtools](https://github.com/hadley/devtools) package):

```r
if (!require("devtools"))
Expand Down

0 comments on commit 3f0e3dc

Please sign in to comment.