Summary
This tutorial explains how to run R on the Wayne State Grid. It walks users through logging in, starting an interactive job, loading the appropriate R module, and launching the R environment to begin work.
Body
Follow these steps to run R on the Grid.
Step 1
Log in to the Grid.
Step 2
Submit an interactive job: srun -q primary --mem 5G -t 10:00:00 --pty bash.

Step 3
Type module load r/3.2.3.

Step 4
Type R.

You are now running R.