From e7b19344a8d6f54c86846f2ccf05d084b5a170f0 Mon Sep 17 00:00:00 2001 From: Jonah Gabry Date: Thu, 29 Mar 2018 17:55:45 -0400 Subject: [PATCH] Update README.md [ci skip] --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b7d9280..2bc55730 100644 --- a/README.md +++ b/README.md @@ -42,12 +42,15 @@ install.packages("bayesplot") * Install latest development version from GitHub (requires [devtools](https://github.com/hadley/devtools) package): ```r -if (!require("devtools")) +if (!require("devtools")) { install.packages("devtools") - +} devtools::install_github("stan-dev/bayesplot", dependencies = TRUE, build_vignettes = TRUE) ``` +You can also set `build_vignettes=FALSE` for a faster installation from GitHub (the vignettes +can always be accessed online anytime at [mc-stan.org/bayesplot/articles](http://mc-stan.org/bayesplot/articles/)). + If you are not using the [RStudio IDE](https://www.rstudio.com/) and you get an error related to "pandoc" you will either need to remove the argument `build_vignettes=TRUE` (to avoid building the vignettes) or install