File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,11 +44,11 @@ install.packages("bayesplot")
44
44
if (! require(" devtools" )) {
45
45
install.packages(" devtools" )
46
46
}
47
- devtools :: install_github(" stan-dev/bayesplot" , dependencies = TRUE , build_vignettes = TRUE )
47
+ devtools :: install_github(" stan-dev/bayesplot" , dependencies = TRUE , build_vignettes = FALSE )
48
48
```
49
49
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/ ) ).
52
52
53
53
If you are not using the [ RStudio IDE] ( https://www.rstudio.com/ ) and you get an
54
54
error related to "pandoc" you will either need to remove the argument
You can’t perform that action at this time.
0 commit comments