Skip to content

Commit c9369c4

Browse files
authored
Update repo links to r-universe (#988)
1 parent a79cc5e commit c9369c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ You can install the latest beta release of the **cmdstanr** R package with
3838

3939
```r
4040
# we recommend running this in a fresh R session or restarting your current session
41-
install.packages("cmdstanr", repos = c("https://mc-stan.org/r-packages/", getOption("repos")))
41+
install.packages("cmdstanr", repos = c('https://stan-dev.r-universe.dev', getOption("repos")))
4242
```
4343
This does not install the vignettes, which take a long time to build, but they are always available
4444
online at https://mc-stan.org/cmdstanr/articles/.

vignettes/cmdstanr.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ by running the following command in R.
3030

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

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

0 commit comments

Comments
 (0)