-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathDESCRIPTION
More file actions
46 lines (46 loc) · 1.73 KB
/
Copy pathDESCRIPTION
File metadata and controls
46 lines (46 loc) · 1.73 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
39
40
41
42
43
44
45
46
Package: future.batchtools
Version: 0.22.0-9101
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")),
person("Michel", "Lang",
role = c("ctb", "cph"),
comment = c("Code adapted from the 'batchtools' package",
ORCID = "0000-0001-9754-0393")),
person("Bernd", "Bischl",
role = c("ctb", "cph"),
comment = "Code adapted from the 'batchtools' package"))
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 <- lapply(files, FUN = process) |> futurize::futurize()'.
License: LGPL (>= 3)
Copyright: file inst/COPYRIGHTS
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
Roxygen: list(markdown = TRUE)
Config/roxygen2/version: 8.0.0