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

Changelog

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

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

 -- Andreas Tille <email address hidden>  Wed, 01 Jun 2022 11:38:27 +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

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-future_1.26.1+dfsg-1.dsc 2.2 KiB d74731b593f218eef2f1a86b4f47ad5c3d7e80f60e44142c9522b738a7387ecb
r-cran-future_1.26.1+dfsg.orig.tar.xz 195.0 KiB b5267852a10ee79b7661ca55ec2ca8c253e33143ab73befa4fe9feebee628463
r-cran-future_1.26.1+dfsg-1.debian.tar.xz 3.4 KiB 87ba72b80be4304d512c14fe0b956ba9d7fd6f52f3f151aa20fb5ca4b8766d92

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.