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
|
Source: r-cran-future
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Michael R. Crusoe <michael.crusoe@gmail.com>
Section: gnu-r
Priority: optional
Build-Depends: debhelper (>= 10),
r-base-dev,
r-cran-digest,
r-cran-globals,
r-cran-listenv,
r-cran-codetools,
dh-r
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/r-cran-future.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/r-cran-future.git
Homepage: https://github.com/HenrikBengtsson/future
Package: r-cran-future
Architecture: all
Depends: ${R:Depends},
${misc:Depends},
${shlibs:Depends}
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.
|