Survival branch - correct way to install?

Hi!

I have been trying to install the survival branch of rstanarm (currently not available from the CRAN version of the package) by using the development version:

devtools::install_github("stan-dev/rstanarm", ref = "feature/survival", build_vignettes = FALSE)

But I keep getting the error below. I am aware of prior forums from 2 years ago which discussed similar issues (https://discourse.mc-stan.org/t/rstan-on-windows/16673 and https://github.com/stan-dev/r-packages/issues/2)) , but not sure what the most recent solution is that currently works for Windows?

I am new to rstan in general, so if anyone can provide some clear steps of how I can get this to work, it would be much appreciated!

make: *** [C:/PROGRA~1/R/R-42~1.0/etc/x64/Makeconf:257: stan_files/binomial.o] Error 1
make: *** Waiting for unfinished jobs…
make: *** [C:/PROGRA~1/R/R-42~1.0/etc/x64/Makeconf:257: stan_files/bernoulli.o] Error 1
rm stan_files/polr.cc stan_files/mvmer.cc stan_files/count.cc stan_files/lm.cc stan_files/jm.cc stan_files/surv.cc stan_files/bernoulli.cc stan_files/binomial.cc stan_files/continuous.cc
ERROR: compilation failed for package 'rstanarm’
*** removing ‘C:/Users/anjel/AppData/Local/R/win-library/4.2/rstanarm’**
Warning messages:
1: In utils::untar(tarfile, …) :
** ‘tar.exe -xf “C:\Users\anjel\AppData\Local\Temp\RtmpwhHMzC\file102c7f495a33.tar.gz” -C “C:/Users/anjel/AppData/Local/Temp/RtmpwhHMzC/remotes102c25ec5009”’ returned error code 1**
2: In i.p(…) :
** installation of package ‘C:/Users/anjel/AppData/Local/Temp/RtmpwhHMzC/file102c67cc734a/rstanarm_2.21.2.tar.gz’ had non-zero exit status**

Windows 10 Pro
R-4.2.0
stan_version: 2.26.1
cmdstan_version: 2.29.2