From 3f0e3dc7a5034a69309ae4e823fb7cc3072ed30f Mon Sep 17 00:00:00 2001 From: Jonah Gabry Date: Fri, 18 Nov 2016 18:51:22 -0500 Subject: [PATCH] Update README.md [ci skip] --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4126a10d..df00b5c7 100644 --- a/README.md +++ b/README.md @@ -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"))