r-cran-future 1.31.0+dfsg-1 source package in Ubuntu

Changelog

r-cran-future (1.31.0+dfsg-1) unstable; urgency=medium

  * Team upload.
  * New upstream version
  * dh-update-R to update Build-Depends (routine-update)

 -- Andreas Tille <email address hidden>  Fri, 03 Feb 2023 11:40:07 +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 Pocket Published Component Section
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-future_1.31.0+dfsg-1.dsc 2.2 KiB 57fbc6460813efe3d3b45ffe2d796a91e4989a140a039c0fef0d0ec92e055666
r-cran-future_1.31.0+dfsg.orig.tar.xz 191.4 KiB 0f27075e96faac6c3a30439ea9aa2bc4b44991d4982ffecdffc5242d99cceef8
r-cran-future_1.31.0+dfsg-1.debian.tar.xz 3.5 KiB b433bc93273ce0f97b3d7edea29942075ad1625548297e3d00d2f5adc6b65676

Available diffs

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.