How to Run R
Follow these steps to run R on the Grid.
1. Log in to the Grid.
2. Submit an interactive job: srun -q primary --mem 5G -t 10:00:00 --pty bash
3. Type: module load r/3.2.3
4. Type: R
You are now running R.
Follow these steps to run R on the Grid.
1. Log in to the Grid.
2. Submit an interactive job: srun -q primary --mem 5G -t 10:00:00 --pty bash
3. Type: module load r/3.2.3
4. Type: R
You are now running R.