Skip to content

Commit 3f0e3dc

Browse files
authored
Update README.md
[ci skip]
1 parent 91fecba commit 3f0e3dc

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,14 @@ modifying ggplot objects provided by the **ggplot2** package.
2121

2222
### Installation
2323

24-
**bayesplot** is not yet on CRAN (coming soon) but can be installed from GitHub
25-
using the **devtools** package.
24+
25+
* Install from CRAN:
26+
27+
```{r}
28+
install.packages("bayesplot")
29+
```
30+
31+
* Install from GitHub (requires [devtools](https://github.com/hadley/devtools) package):
2632

2733
```r
2834
if (!require("devtools"))

0 commit comments

Comments
 (0)