Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 532 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 532 Bytes

rSubmitter - R and SLURM!

An interface between R and a SLURM cluster

rSubmitter is a package that allows simple communication between R and a SLURM cluster to achieve three main tasks:

  1. Easy submission, monitoring and management of individual cluster jobs.
  2. Easy and fast submission of many jobs, by implementing SLURM arrays.
  3. Seamlessly lapply (loop) parallelization.

Installation, usage, tutorials and refence manual

Online documentation can be found here.