R-rstudio bundle fails to launch working rstudio

My OS version: 37370

I’ve attempted to install via sudo swupd bundle-add R-rstudio

Rstudio appears in my app drawer, but upon launch it shows a useless window. It flashes briefly and then nothing. It also cannot be closed without kill.

Launching from terminal shows only “Use of deprecated not thread-safe setter, use setUrlRequestInterceptor instead.” in stdout/stderr

Anything else I should try or logs to report?

Solution: switch to the official rpm.

sudo swupd bundle-remove R-rstudio

wget https://download1.rstudio.org/desktop/rhel8/x86_64/rstudio-2022.07.2-576-x86_64.rpm
sudo rpm -U --nodeps rstudio-2022.07.2-576-x86_64.rpm

Done. No idea what deps it needs but it works on my system with devtools, linux-dev, etc installed.