-
Notifications
You must be signed in to change notification settings - Fork 32
/
DESCRIPTION
40 lines (40 loc) · 1.62 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
40
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.2
Date: 2023-01-31
License: GPL-3
URL: https://www.earthdatascience.org/rslurm/
BugReports: https://github.com/earthlab/rslurm/issues
Authors@R: c(person('Philippe', 'Marchand', email = "[email protected]", role = 'aut'),
person('Ian', 'Carroll', role = 'aut'),
person('Mike', 'Smorul', role = 'aut'),
person('Rachael', 'Blake', role = 'aut'),
person('Quentin', 'Read', email = '[email protected]', role = 'aut'),
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'),
person('Erick Verleye', email='[email protected]', role = 'cre')
)
Depends:
R (>= 3.5.0)
Imports:
whisker (>= 0.3)
RoxygenNote: 7.2.3
Suggests:
parallel,
testthat,
knitr,
rmarkdown,
markdown
VignetteBuilder: knitr