We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91fecba commit 3f0e3dcCopy full SHA for 3f0e3dc
1 file changed
README.md
@@ -21,8 +21,14 @@ modifying ggplot objects provided by the **ggplot2** package.
21
22
### Installation
23
24
-**bayesplot** is not yet on CRAN (coming soon) but can be installed from GitHub
25
-using the **devtools** package.
+
+* Install from CRAN:
26
27
+```{r}
28
+install.packages("bayesplot")
29
+```
30
31
+* Install from GitHub (requires [devtools](https://github.com/hadley/devtools) package):
32
33
```r
34
if (!require("devtools"))
0 commit comments