-
Notifications
You must be signed in to change notification settings - Fork 27
/
DESCRIPTION
45 lines (45 loc) · 1.28 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
41
42
43
44
45
Package: clustermq
Title: Evaluate Function Calls on HPC Schedulers (LSF, SGE, SLURM, PBS/Torque)
Version: 0.9.5
Authors@R: c(
person('Michael', 'Schubert', email='[email protected]',
role = c('aut', 'cre', 'cph'),
comment = c(ORCID='0000-0002-6862-5221')),
person('ZeroMQ authors',
role = c('aut', 'cph'),
comment = "source files in 'src/libzmq' and 'src/cppzmq'"))
Maintainer: Michael Schubert <[email protected]>
Description: Evaluate arbitrary function calls using workers on HPC schedulers
in single line of code. All processing is done on the network without
accessing the file system. Remote schedulers are supported via SSH.
URL: https://mschubert.github.io/clustermq/
BugReports: https://github.com/mschubert/clustermq/issues
SystemRequirements: ZeroMQ (libzmq) >= 4.3.0 (optional; otherwise bundled)
Depends:
R (>= 3.6.2)
LinkingTo: Rcpp
Imports:
methods,
narray,
globals,
progress,
R6,
Rcpp,
utils
License: Apache License (== 2.0) | file LICENSE
Encoding: UTF-8
Suggests:
BiocParallel,
callr,
devtools,
foreach,
iterators,
knitr,
parallel,
rmarkdown,
roxygen2 (>= 5.0.0),
testthat,
tools
VignetteBuilder: knitr
Roxygen: list(r6 = FALSE)
RoxygenNote: 7.3.2