Skip to content

Commit e7b1934

Browse files
authored
Update README.md
[ci skip]
1 parent 699bb4f commit e7b1934

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,15 @@ install.packages("bayesplot")
4242
* Install latest development version from GitHub (requires [devtools](https://github.com/hadley/devtools) package):
4343

4444
```r
45-
if (!require("devtools"))
45+
if (!require("devtools")) {
4646
install.packages("devtools")
47-
47+
}
4848
devtools::install_github("stan-dev/bayesplot", dependencies = TRUE, build_vignettes = TRUE)
4949
```
5050

51+
You can also set `build_vignettes=FALSE` for a faster installation from GitHub (the vignettes
52+
can always be accessed online anytime at [mc-stan.org/bayesplot/articles](http://mc-stan.org/bayesplot/articles/)).
53+
5154
If you are not using the [RStudio IDE](https://www.rstudio.com/) and you get an
5255
error related to "pandoc" you will either need to remove the argument
5356
`build_vignettes=TRUE` (to avoid building the vignettes) or install

0 commit comments

Comments
 (0)