Skip to content

RStudio

💡 If the following Troubleshooting does not contain the answer to your question, contact the support: support.cluster.france-bioinformatique.fr


Timeout or do not start#

Rstudio is a web-based IDE for R. If you have a timeout or if it does not start, try to clean session files and cache

Through Open OnDemand#

We provide a check box "Clear my RStudio profile" within the RStdudio app form.

Via SSH#

####

Try to clean session files and cache:

```bash
# Remove (rm) or move (mv) RStudio files
# mv ~/.rstudio ~/.rstudio.backup-2022-27-02
rm -rf ~/.rstudio
rm -rf ~/.local/share/rstudio
rm .RData

Retry.

If it doesn't work, try to remove your configuration (settings will be lost)

rm -rf ~/.config/rstudio

☝️ How can I access to a Terminal 📺 in order to run the different commands?

Retry.