forked from earthlab/rslurm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
29 lines (29 loc) · 1.03 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
Package: rslurm
Type: Package
Title: Submit R Calculations to a Slurm Cluster
Description: Functions that simplify submitting R scripts to a Slurm
workload manager, in part by automating the division of embarrassingly
parallel calculations across cluster nodes.
Acknowledgements: 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.
Version: 0.4.0.9001
License: GPL-3
URL: https://github.com/SESYNC-ci/rslurm
BugReports: https://github.com/SESYNC-ci/rslurm/issues
Authors@R: c(person('Philippe', 'Marchand', role = 'aut'),
person('Mike', 'Smorul', role = 'ctb'),
person('Ian', 'Carroll',
email = '[email protected]', role = c('ctb', 'cre')),
person('Jonathan', 'Greenberg', role = 'ctb'))
Depends:
R (>= 3.2.0)
Imports:
whisker (>= 0.3)
RoxygenNote: 6.0.1
Suggests:
parallel,
testthat,
knitr,
rmarkdown
VignetteBuilder: knitr