#!/bin/sh #SBATCH --tasks=1 # load the appropriate R module module load R/3.1+intel-15.0 # Use Rscript to run hello.R # alternatively, this could be used: # R --no-save < hello.R Rscript hello.R