i'm trying to install Rstan on Debian for Rstudio server and seems to be a dead end.
The issue is:
I'm installing a package that depends on rstan. So I try to install rstan before
install.package("rstan")
Error: rstan depend on brms, so I try to install brms
install.package("brms")
Error: brms depends on shinystan, so I try to install shinystan
install.package("shinystan")
Error: shinystan depends on rstan (WTF!!!!)
and this is the dead end.
How can I get out this circle?