We use Rstudio to allow students to run R on our compute server over a web session. This usually works well. One problem though is that students occasionally find large files accruing in ~/.local/share/rstudio/sessions/
which eventually takes them over quota and into problems. Can we tell Rstudio server to instead use a different folder for finding rstudio data?
The closest I could find is that you note here:
https://docs.posit.co/ide/server-pro/2022.01.0-daily+295.pro1/r_sessions/customizing_session_settings.html
but on my account, all I see under ~/.config/rstudio is a few files:
sje30@subliminal:~/.config/rstudio $ ls
crash-handler.conf dictionaries/ rstudio-prefs.json
and the rest of my files are still under ~/.local/share/rstudio
so, how might we move ~/.local/share/rstudio out of their home directory for all users?
Thanks, Stephen