I just switched to Debian following the recent release of version 9. I do a lot of work with RStudio and thus tried to install the stable and testing versions which both failed due to the missing library "libgstreamer0.10-0". It appears that a more recent version of that package is installed but 0.10-0 is not available in stretch. Is there a way to install RStudio despite the missing package? Help is much appreciated. Apologies if this is not the right place to ask this question.
OS: Debian 9
RStudio: 1.0.143-amd64
Edit:
Installation was performed using gdebi.
Edit 2:
After installing libgstreamer0.10 and libgstreamer-base-0.10 as described in the linked question I now get libssl1.0.0 as a not satisfiable dependency in gdebi.
Edit 3:
Get lissl1.0.0 from here and install. After that Rstudio installs and runs fine (I'll report back if I encounter problems).