We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.
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
The text was updated successfully, but these errors were encountered:
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.
stan_surv
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
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: