-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
30 lines (30 loc) · 1.21 KB
/
Copy pathDESCRIPTION
File metadata and controls
30 lines (30 loc) · 1.21 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
Package: future.callr
Version: 0.10.2-9006
Depends:
R (>= 3.4.0),
future (>= 1.58.0)
Imports:
parallelly,
callr
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 <doi:10.32614/RJ-2021-048> 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: Apache License (>= 2)
LazyLoad: TRUE
URL: https://future.callr.futureverse.org, https://github.com/futureverse/future.callr
BugReports: https://github.com/futureverse/future.callr/issues
Language: en-US
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Config/roxygen2/version: 8.0.0