-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.16 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
Package: delayed
Title: A Framework for Parallelizing Dependent Tasks
Version: 0.5.0
Authors@R: c(
person("Jeremy", "Coyle", email = "[email protected]",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-9874-6649")),
person("Nima", "Hejazi", email = "[email protected]",
role = "ctb",
comment = c(ORCID = "0000-0002-7127-2789")))
Description: Mechanisms to parallelize dependent tasks in a manner that
optimizes the compute resources available. It provides access to "delayed"
computations, which may be parallelized using futures. It is, to an extent,
a facsimile of the 'Dask' library (<https://www.dask.org/>), for the 'Python'
language.
Depends:
R (>= 3.2.0)
Imports:
R6,
igraph,
future,
rstackdeque,
rlang,
data.table,
visNetwork,
uuid,
BBmisc,
progress,
R.utils,
R.oo
Suggests:
testthat,
knitr,
rmarkdown,
shiny
License: GPL-3
URL: https://tlverse.org/delayed/
BugReports: https://github.com/tlverse/delayed/issues
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 7.2.0
Roxygen: list(markdown = TRUE, r6 = FALSE)