Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please Update Readme for Survival Analysis Version Install Instructions #627

Open
camarda1 opened this issue Jun 21, 2024 · 1 comment
Open

Comments

@camarda1
Copy link

Please Update Readme for Survival Analysis Version Install Instructions.

The instructions reference the deprecated repository "https://mc-stan.org/r-packages/".

So that users can avoid confusion please update it to install.packages('rstanarm', repos = c('https://stan-dev.r-universe.dev', 'https://cloud.r-project.org'))

Thanks

@zhengxiaoUVic
Copy link

Thank you so much. I was finally able to install the development version with survival analysis (stan_surv) on R 4.4.1 using your command.

install.packages('rstanarm', repos = c('https://stan-dev.r-universe.dev', 'https://cloud.r-project.org'))

None of the options below worked.

install.packages("rstanarm", repos=c("https://mc-stan.org/r-packages/", getOption("repos"))) # mc-stan binary build

install.packages("devtools")
devtools::install_github("stan-dev/rstanarm", ref="feature/survival", build_vignettes=F) # source build
## installation of package ‘.../rstanarm_2.32.1.tar.gz’ had non-zero exit status

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants