-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathDESCRIPTION
More file actions
38 lines (38 loc) · 1.31 KB
/
DESCRIPTION
File metadata and controls
38 lines (38 loc) · 1.31 KB
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
Package: future.batchtools
Version: 0.21.0-9007
Depends:
R (>= 3.2.0),
future (>= 1.58.0)
Imports:
parallelly,
batchtools (>= 0.9.17),
utils,
checkmate,
stringi
Suggests:
globals,
future.apply,
listenv,
markdown,
R.rsp
VignetteBuilder:
R.rsp
Title: A Future API for Parallel and Distributed Processing using 'batchtools'
Authors@R: c(person("Henrik", "Bengtsson",
role = c("aut", "cre", "cph"),
email = "henrikb@braju.com",
comment = c(ORCID = "0000-0002-7579-5165")))
Description: Implementation of the Future API <doi:10.32614/RJ-2021-048> on top of the 'batchtools' package.
This allows you to process futures, as defined by the 'future' package,
in parallel out of the box, not only on your local machine or ad-hoc
cluster of machines, but also via high-performance compute ('HPC') job
schedulers such as 'LSF', 'OpenLava', 'Slurm', 'SGE', and 'TORQUE' / 'PBS',
e.g. 'y <- future.apply::future_lapply(files, FUN = process)'.
License: LGPL (>= 2.1)
LazyLoad: TRUE
URL: https://future.batchtools.futureverse.org, https://github.com/futureverse/future.batchtools
BugReports: https://github.com/futureverse/future.batchtools/issues
Language: en-US
Encoding: UTF-8
RoxygenNote: 7.3.3
Roxygen: list(markdown = TRUE)