Changes
Page history
Update home
authored
Feb 16, 2022
by
Berbee adm
Hide whitespace changes
Inline
Side-by-side
home.md
View page @
846e50ed
...
...
@@ -2033,6 +2033,13 @@ module purge
module add statistical/RStudio/1.3.959/gcc-8.3.1
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
You can also start RStudio on a compute node:
...
...
...
...