forked from USCbiostats/slurmR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
30 lines (30 loc) · 1.6 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Package: slurmR
Title: A Lightweight Wrapper for 'Slurm'
Version: 0.4-2
Authors@R: c( person("George", "Vega Yon", email = "[email protected]", role = c("aut",
"cre"), comment = c(ORCID = "0000-0002-3171-0844")), person("Paul", "Marjoram",
email = "[email protected]", role = c("ctb", "ths"), comment = c(ORCID =
"0000-0003-0824-7449")), person("National Cancer Institute (NCI)", role =
"fnd", comment = "Grant Number 5P01CA196569-02"), person("Michael", "Schubert",
role = "rev", comment = c(what = "JOSS reviewer", ORCID =
"0000-0002-6862-5221")), person("Michel", "Lang", role = "rev", comment =
c(what = "JOSS reviewer", ORCID = "0000-0001-9754-0393")) )
Description: 'Slurm', Simple Linux Utility for Resource Management
<https://slurm.schedmd.com/>, is a popular 'Linux' based software used to
schedule jobs in 'HPC' (High Performance Computing) clusters. This R package
provides a specialized lightweight wrapper of 'Slurm' with a syntax similar to
that found in the 'parallel' R package. The package also includes a method for
creating socket cluster objects spanning multiple nodes that can be used with
the 'parallel' package.
Depends: R (>= 3.3.0), parallel
License: MIT + file LICENSE
BugReports: https://github.com/USCbiostats/slurmR/issues
URL: https://github.com/USCbiostats/slurmR, https://slurm.schedmd.com/
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Suggests: rslurm, knitr, rmarkdown, covr, tinytest
Imports: utils
VignetteBuilder: knitr
Language: en-US