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

Changelog

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

  * Team upload.
  * New upstream version

 -- Andreas Tille <email address hidden>  Mon, 08 Jan 2024 17:45:58 +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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-future_1.33.1+dfsg-1.dsc 2.2 KiB 86d916052374918e6962de9ba85100a120dce88d025ec986d2a98d9b9ce11f97
r-cran-future_1.33.1+dfsg.orig.tar.xz 196.1 KiB b4818fa35e6798382d245112b6eec3a25305f3b4243086289c71109134a700a1
r-cran-future_1.33.1+dfsg-1.debian.tar.xz 3.5 KiB 39a34fbfc17891978c4607bbb144f81cc0c9dece0d8ac7e5e568d35f1dc0ba77

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.