Closed gvegayon closed 3 years ago
This addresses #28. This patch includes a few minor tweaks to the code and a new feature that allows users to add command lines between the #SBATCH options and the call to Rscript, e.g.:
#SBATCH
Rscript
opts_slurmR$set_preamble("module load gcc/6.0.0")
This addresses #28. This patch includes a few minor tweaks to the code and a new feature that allows users to add command lines between the
#SBATCH
options and the call toRscript
, e.g.: