rSubmitter is a package that allows simple communication between R and a SLURM cluster to achieve three main tasks:
- Easy submission, monitoring and management of individual cluster jobs.
- Easy and fast submission of many jobs, by implementing SLURM arrays.
- Seamlessly lapply (loop) parallelization.
Online documentation can be found here.