Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
jgabry committed Mar 29, 2018
1 parent 699bb4f commit e7b1934
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e7b1934

Please sign in to comment.