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

Changelog

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

  * Team upload.
  * New upstream version
  * Reorder sequence of d/control fields by cme (routine-update)

 -- Andreas Tille <email address hidden>  Wed, 14 Jun 2023 21:50:07 +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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-future_1.32.0+dfsg-1.dsc 2.1 KiB db81c81a3004efaaa86a74a6a1a7408f37eb317d34dfda30825044c94a18dd0e
r-cran-future_1.32.0+dfsg.orig.tar.xz 195.1 KiB e9ac54ffe249f75d9687b5ff2bf34f9f1cb0434f656f9f146d50be12df563003
r-cran-future_1.32.0+dfsg-1.debian.tar.xz 3.5 KiB 2c1fb990c66c22b19dfd65a838f6fea61fbf5b43e11b35d94b10cd7123e7a026

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.