Skip to content

Commit 36f8c73

Browse files
authored
Merge pull request #624 from stan-dev/andrjohns-patch-1
Replace Stan R Packages repo with R-Universe
2 parents 5d28f13 + 6270069 commit 36f8c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ If installation fails, please let us know by [filing an issue](https://github.co
239239
The `feature/survival` branch on GitHub contains a development version of **rstanarm** that includes survival analysis functionality (via the `stan_surv` modelling function). Until this functionality is available in the CRAN release of **rstanarm**, users who wish to use the survival analysis functionality can install a binary version of the survival branch of **rstanarm** from the Stan R packages repository with:
240240

241241
```
242-
install.packages("rstanarm", repos = c("https://mc-stan.org/r-packages/", getOption("repos")))
242+
install.packages("rstanarm", repos = c('https://stan-dev.r-universe.dev', getOption("repos")))
243243
```
244244

245245
Note that this binary is static (i.e. it is not automatically updated) and is only hosted so that users can access the (experimental) survival analysis functionality without needing to go through the time consuming (and sometimes painful) task of installing the development version of **rstanarm** from source.

0 commit comments

Comments
 (0)