Skip to content

Commit dee0a2d

Browse files
authored
Merge pull request #501 from stan-dev/add--survival-version-to-readme-instructions
Add survival version to README installation instructions
2 parents c8bd2b8 + ba1dbb8 commit dee0a2d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,16 @@ and
232232
[CRAN](https://cran.r-project.org/package=rstanarm/vignettes).
233233
If installation fails, please let us know by [filing an issue](https://github.com/stan-dev/rstanarm/issues).
234234

235+
#### Survival Analysis Version
236+
237+
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:
238+
239+
```
240+
install.packages("rstanarm", repos = c("https://mc-stan.org/r-packages/", getOption("repos")))
241+
```
242+
243+
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.
244+
235245
### Contributing
236246

237247
If you are interested in contributing to the development of **rstanarm** please

0 commit comments

Comments
 (0)