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

Changelog

r-cran-future (1.29.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, 11 Nov 2022 08:22:32 +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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-future_1.29.0+dfsg-1.dsc 2.2 KiB ea0008abd96d847829da8aee00fa4f8f796172601359f986f5d0e512808e0de7
r-cran-future_1.29.0+dfsg.orig.tar.xz 195.4 KiB f69e35c0142149d26d42166a8774eb747068eacc94ae97a7bfac7f3e30ef8e16
r-cran-future_1.29.0+dfsg-1.debian.tar.xz 3.4 KiB d5006224a93c81bf21ec41cdc85a1cc875f3314b87d57f93bdd4e4b77670aacb

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.