CRAN checks: rslurm results
Development of this R package was supported by the National Socio-Environmental Synthesis Center (SESYNC) under funding received from the National Science Foundation DBI-1052875.
The package was developed by Philippe Marchand, with Ian Carroll (current maintainer) and Mike Smorul contributing.
Install the package from R with install.packages('rslurm')
. Note that job
submission is only possible on a system with access to a Slurm workload manager
(i.e. a system where the command line utilities squeue
or sinfo
return
information from a Slurm head node).
Package documentation is accessible from the R console through package?rslurm
and online.