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

Changelog

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

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

 -- Andreas Tille <email address hidden>  Wed, 14 Sep 2022 11:40:52 +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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-future_1.28.0+dfsg-1.dsc 2.2 KiB 9256448be0a93035091118f705de14a42574412d92f6159f170bc3730ed5465c
r-cran-future_1.28.0+dfsg.orig.tar.xz 194.9 KiB e5c26ceb651c15d6b921d55dd63bc28649516c9fb14b0a49b7906df898b58c15
r-cran-future_1.28.0+dfsg-1.debian.tar.xz 3.4 KiB 70600101d4f87e909669c7f16f8f035d824168d553e1983cb996c500d4669e3d

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.