-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
27 lines (27 loc) · 1.13 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
Package: future.callr
Version: 0.8.2-9001
Depends:
R (>= 3.4.0),
future (>= 1.33.0)
Imports:
callr (>= 2.0.3)
Suggests:
globals,
future.apply,
listenv,
markdown,
R.rsp
VignetteBuilder:
R.rsp
Title: A Future API for Parallel Processing using 'callr'
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 on top of the 'callr' package. This allows you to process futures, as defined by the 'future' package, in parallel out of the box, on your local (Linux, macOS, Windows, ...) machine. Contrary to backends relying on the 'parallel' package (e.g. 'future::multisession') and socket connections, the 'callr' backend provided here can run more than 125 parallel R processes.
License: LGPL (>= 2.1)
LazyLoad: TRUE
URL: https://future.callr.futureverse.org, https://github.com/HenrikBengtsson/future.callr
BugReports: https://github.com/HenrikBengtsson/future.callr/issues
RoxygenNote: 7.3.0
Roxygen: list(markdown = TRUE)