Skip to content

Commit 444a5e4

Browse files
committed
minor vignette fix
1 parent 573a381 commit 444a5e4

2 files changed

Lines changed: 81 additions & 80 deletions

File tree

docs/articles/cmdstanr.html

Lines changed: 76 additions & 75 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vignettes/cmdstanr.Rmd

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@ traditional [RStan](https://mc-stan.org/rstan/) interface. See the [*Comparison
2424
with RStan*](#comparison-with-rstan) section later in this vignette for more
2525
details on how the two interfaces differ.
2626

27-
**CmdStanR is not on CRAN yet**, but the beta release can be installed by
28-
running the following command in R.
27+
Using CmdStanR requires installing the **cmdstanr** R package and also
28+
CmdStan, the command line interface to Stan. First we install the R package
29+
by running the following command in R.
2930

3031
```{r install, eval=FALSE}
3132
# we recommend running this is a fresh R session or restarting your current session
3233
install.packages("cmdstanr", repos = c("https://mc-stan.org/r-packages/", getOption("repos")))
3334
```
3435

35-
CmdStanR (the **cmdstanr** R package) can now be loaded like any other R
36-
package. We'll also load the **bayesplot** and **posterior** packages to use
37-
later in examples.
36+
We can now load the package like any other R package. We'll also load the
37+
**bayesplot** and **posterior** packages to use later in examples.
3838

3939
```{r library, message=FALSE}
4040
library(cmdstanr)

0 commit comments

Comments
 (0)