Skip to content

Commit dbd7135

Browse files
authored
Update README.md
[ci skip]
1 parent ea1ca27 commit dbd7135

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ install.packages("bayesplot")
4444
if (!require("devtools")) {
4545
install.packages("devtools")
4646
}
47-
devtools::install_github("stan-dev/bayesplot", dependencies = TRUE, build_vignettes = TRUE)
47+
devtools::install_github("stan-dev/bayesplot", dependencies = TRUE, build_vignettes = FALSE)
4848
```
4949

50-
You can also set `build_vignettes=FALSE` for a faster installation from GitHub (the vignettes
51-
can always be accessed online anytime at [mc-stan.org/bayesplot/articles](http://mc-stan.org/bayesplot/articles/)).
50+
This installation won't include the vignettes (they take some time to build), but all of the vignettes are
51+
available online at [mc-stan.org/bayesplot/articles](http://mc-stan.org/bayesplot/articles/)).
5252

5353
If you are not using the [RStudio IDE](https://www.rstudio.com/) and you get an
5454
error related to "pandoc" you will either need to remove the argument

0 commit comments

Comments
 (0)