Skip to content

Commit 6c3ea04

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

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

README.md

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -48,25 +48,13 @@ devtools::install_github("stan-dev/bayesplot", dependencies = TRUE, build_vignet
4848
```
4949

5050
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-
53-
If you are not using the [RStudio IDE](https://www.rstudio.com/) and you get an
54-
error related to "pandoc" you will either need to remove the argument
55-
`build_vignettes=TRUE` (to avoid building the vignettes) or install
56-
[pandoc](http://pandoc.org/) (e.g., `brew install pandoc`) and probably also
57-
pandoc-citeproc (e.g., `brew install pandoc-citeproc`). If you have the
58-
`rmarkdown` R package installed then you can check if you have pandoc by running
59-
the following in R:
60-
61-
```r
62-
rmarkdown::pandoc_available()
63-
```
51+
available online at [mc-stan.org/bayesplot/articles](https://mc-stan.org/bayesplot/articles/).
6452

6553

6654
### Examples
6755

68-
Some quick examples using MCMC draws obtained from the [__rstanarm__](https://github.com/stan-dev/rstanarm)
69-
and [__rstan__](https://github.com/stan-dev/rstan) packages.
56+
Some quick examples using MCMC draws obtained from the [__rstanarm__](https://mc-stan.org/rstanarm)
57+
and [__rstan__](https://mc-stan.org/rstann) packages.
7058

7159
```r
7260
library("bayesplot")

0 commit comments

Comments
 (0)