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

Changelog

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

  * Team upload.
  * New upstream version
  * Standards-Version: 4.6.0 (routine-update)
  * dh-update-R to update Build-Depends (routine-update)
  * Set upstream metadata fields: Contact.

 -- Andreas Tille <email address hidden>  Mon, 20 Sep 2021 07:59:05 +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

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-future_1.22.1+dfsg-1.dsc 2.2 KiB e17073e54150d5e1c5c1e15acb66657a45ef56556419e404ab56eb2a5b1ac50b
r-cran-future_1.22.1+dfsg.orig.tar.xz 186.1 KiB 4b0356de863d47ddb108108fe6114b3fe1740b9db10300495e3dd42ac4676102
r-cran-future_1.22.1+dfsg-1.debian.tar.xz 3.1 KiB 61994be7147c49d440c2458882e83ee6a6ffc71a6fcc636c33e02533a170b49b

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.