Hi dark_rider_2010!
Have you tried, instead of trying to hack the system, to understand your sysadmin? Even if you install R-studio, which is possible, your sysadmin will figure it out very soon, and ... will get angry.
When I was an angry sysadmin, I was definitely against the installation of R-studio neither on the main node of HPC,
nor on the computing nodes. On the main node - because RStudio users may hang this node soon creating a mess for other users, and may destroy some critical services at the same time. On the computing nodes - because they don't have GUI libraries, and they have to have a standard package set.
Once I had several people who wanted to run R-Studio on HPC, I with my fellow angry sysadmin installed R-Studio server on a dedicated node, which we excluded from the job queue, and people started working via the web interface.
Why do you need R-studio on HPC at all? You can run it on your laptop mounting your HPC as a folder via SSHFs to debug your scripts using small subsamples of real data. Once you are done with debugging, you can run your scripts on HPC in R without R studio.
Good luck
Sergey
The easiest is probably to yell at your sysadmin or bribe with beer/chocolate.
@WouterDeCoster :)) Unfortunately our system admin is not kind at all and I can't use your advice.
if you have access to virtualbox, install small linux distributions (eg.DSL) and install rstudio and r in it.