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

Changelog

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

  * Team upload.
  * New upstream version

 -- Andreas Tille <email address hidden>  Sun, 23 Jul 2023 10:53:50 +0200

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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-future_1.33.0+dfsg-1.dsc 2.2 KiB baa84d825ebdd27efbed0b479be7e88cd3280064447b969320b9e0ff411c3a0e
r-cran-future_1.33.0+dfsg.orig.tar.xz 195.6 KiB 7824ae49daaa7579e44fcd2838853e27cd46ede3a3de59662d4ecfebf65e7320
r-cran-future_1.33.0+dfsg-1.debian.tar.xz 3.5 KiB 1c75ab5dfb615edc42e67800fa62cbda3932dde64941fad8f39d493b4ab200f6

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.