r-cran-future 1.16.0+dfsg-1 source package in Ubuntu
Changelog
r-cran-future (1.16.0+dfsg-1) unstable; urgency=medium * Team upload. * New upstream version * Standards-Version: 4.5.0 (routine-update) * dh-update-R to update Build-Depends (routine-update) * Set upstream metadata fields: Repository. -- Andreas Tille <email address hidden> Thu, 23 Jan 2020 09:12:52 +0100
Upload details
- Uploaded by:
- Debian R Packages Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian R Packages Maintainers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Focal | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
r-cran-future_1.16.0+dfsg-1.dsc | 2.1 KiB | 2d407ee3e8b7f141ab688571ca181c4ce2d26d092e010d8e4fe266f251651898 |
r-cran-future_1.16.0+dfsg.orig.tar.xz | 165.2 KiB | 0d7489da8adfb51e9f5a83eaf67f9b1a45e8cd54e66d73862887c15438fe2fbe |
r-cran-future_1.16.0+dfsg-1.debian.tar.xz | 2.7 KiB | 2f17aaa54d52868f2291db4a13107965dd287e26a33a43024aa163815e23e977 |
Available diffs
- diff from 1.15.1+dfsg-1 to 1.16.0+dfsg-1 (70.1 KiB)
No changes file available.
Binary packages built by this source
- r-cran-future: 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.