File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -42,12 +42,15 @@ install.packages("bayesplot")
42
42
* Install latest development version from GitHub (requires [ devtools] ( https://github.com/hadley/devtools ) package):
43
43
44
44
``` r
45
- if (! require(" devtools" ))
45
+ if (! require(" devtools" )) {
46
46
install.packages(" devtools" )
47
-
47
+ }
48
48
devtools :: install_github(" stan-dev/bayesplot" , dependencies = TRUE , build_vignettes = TRUE )
49
49
```
50
50
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
+
51
54
If you are not using the [ RStudio IDE] ( https://www.rstudio.com/ ) and you get an
52
55
error related to "pandoc" you will either need to remove the argument
53
56
` build_vignettes=TRUE ` (to avoid building the vignettes) or install
You can’t perform that action at this time.
0 commit comments