Update home authored by Berbee adm's avatar Berbee adm
...@@ -2033,6 +2033,13 @@ module purge ...@@ -2033,6 +2033,13 @@ module purge
module add statistical/RStudio/1.3.959/gcc-8.3.1 module add statistical/RStudio/1.3.959/gcc-8.3.1
rstudio rstudio
``` ```
or a different version:
```
srun --partition=all --time=08:00:0 --x11 --pty /bin/bash
module purge
module add statistical/RStudio/Desktop/1.4.1717
rstudio
```
#### RStudio on a compute node #### RStudio on a compute node
You can also start RStudio on a compute node: You can also start RStudio on a compute node:
... ...
......