Link to Titus's Github Instructions
I highly recommend starting a tmux session to run R (can also use screen ):
To detach from your tmux session use Ctrl+B then D
To relogin or reattach to the session
Rstudio can not run on the head node, must start a srun (example below)
If you have conda installed, you may need to run the following to use the system provided R module:
To use a system-installed R package:
Load and run rstudio server
You should then see a message like this:
You should also see this message:
You should then be able to use Rstudio on Farm.
Recommend starting a tmux session to run R (can also use screen ):
To relogin to the session
Create a conda environemetn
Activate the conda env:
Make sure your channels are in the correct order:
Or you can name the conda environment, r-env if it is your first R environment
Rstudio can not run on the head node, must start a srun (example below)
To activate the Rstudio and the conda environemnt use:
You should then see a message like this:
You should also see a message like this:
You should then be able to use Rstudio on Farm.