Skip to content

Commit

Permalink
Update repo links to r-universe (#988)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns authored Jun 3, 2024
1 parent a79cc5e commit c9369c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ You can install the latest beta release of the **cmdstanr** R package with

```r
# we recommend running this in a fresh R session or restarting your current session
install.packages("cmdstanr", repos = c("https://mc-stan.org/r-packages/", getOption("repos")))
install.packages("cmdstanr", repos = c('https://stan-dev.r-universe.dev', getOption("repos")))
```
This does not install the vignettes, which take a long time to build, but they are always available
online at https://mc-stan.org/cmdstanr/articles/.
Expand Down
2 changes: 1 addition & 1 deletion vignettes/cmdstanr.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ by running the following command in R.

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

We can now load the package like any other R package. We'll also load the
Expand Down

0 comments on commit c9369c4

Please sign in to comment.