forked from earthlab/rslurm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.54 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
31
32
33
34
35
36
37
38
39
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 grants DBI-1052875 and DBI-1639145.
Version: 0.6.1
Date: 2021-11-12
License: GPL-3
URL: https://sesync-ci.github.io/rslurm/
BugReports: https://github.com/SESYNC-ci/rslurm/issues
Authors@R: c(person('Philippe', 'Marchand', email = "marchand.philippe@gmail.com", role = 'aut'),
person('Ian', 'Carroll', role = 'aut'),
person('Mike', 'Smorul', role = 'aut'),
person('Rachael', 'Blake', role = 'aut'),
person('Quentin', 'Read', email = 'quentin.read@usda.gov', role = c('aut', 'cre')),
person('Dayne', 'Filer', role = 'ctb'),
person('Ben', 'Fasoli', role = 'ctb'),
person('Pol', 'van Rijn', role = 'ctb'),
person('Sebastian', 'Schubert', role = 'ctb'),
person('Rob', 'Gilmore', role = 'ctb'),
person('Christopher', 'Barrington', role = 'ctb'),
person('Se Jong', 'Cho', role = 'art')
)
Depends:
R (>= 3.5.0)
Imports:
whisker (>= 0.3)
RoxygenNote: 7.1.2
Suggests:
parallel,
testthat,
knitr,
rmarkdown,
markdown
VignetteBuilder: knitr