Package: delayed
Title: A Framework for Parallelizing Dependent Tasks
Version: 0.5.0
Authors@R: c(
person("Jeremy", "Coyle", email = "jeremyrcoyle@gmail.com",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-9874-6649")),
person("Nima", "Hejazi", email = "nh@nimahejazi.org",
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
(), 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
VignetteBuilder: knitr
RoxygenNote: 7.2.0
Roxygen: list(markdown = TRUE, r6 = FALSE)
Config/pak/sysreqs: cmake libglpk-dev make libuv1-dev libxml2-dev
Repository: https://tlverse.r-universe.dev
Date/Publication: 2024-04-29 17:26:36 UTC
RemoteUrl: https://github.com/tlverse/delayed
RemoteRef: HEAD
RemoteSha: 468c7fe3f2b71f3c5779bec211cece0e8f0bc80f
NeedsCompilation: no
Packaged: 2026-05-25 08:45:24 UTC; root
Author: Jeremy Coyle [aut, cre, cph] (ORCID:
),
Nima Hejazi [ctb] (ORCID: )
Maintainer: Jeremy Coyle