Source: r-cran-future Section: gnu-r Priority: optional Maintainer: Debian R Packages Maintainers Uploaders: Michael R. Crusoe Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-future Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-future.git Homepage: https://cran.r-project.org/package=future Standards-Version: 4.6.2 Rules-Requires-Root: no Build-Depends: debhelper-compat (= 13), dh-r, r-base-dev, r-cran-digest, r-cran-globals (>= 0.16.1), r-cran-listenv (>= 0.8.0), r-cran-parallelly (>= 1.34.0) Testsuite: autopkgtest-pkg-r Package: r-cran-future Architecture: all Depends: ${R:Depends}, ${misc:Depends} Recommends: ${R:Recommends} Suggests: ${R:Suggests} Description: R package: A Future API for R In programming, a future is an abstraction for a value that may be available at some point in the future. The state of a future can either be unresolved or resolved. As soon as it is resolved, the value is available. Futures are useful constructs in for instance concurrent evaluation, e.g. parallel processing and distributed processing on compute clusters. The purpose of this package is to provide a lightweight interface for using futures in R.