Source: r-cran-future Maintainer: Debian R Packages Maintainers Uploaders: Michael R. Crusoe Section: gnu-r Testsuite: autopkgtest-pkg-r Priority: optional Build-Depends: debhelper-compat (= 13), dh-r, r-base-dev, r-cran-digest, r-cran-globals (>= 0.13.1), r-cran-listenv (>= 0.8.0), r-cran-parallelly Standards-Version: 4.5.1 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 Rules-Requires-Root: no 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.