r-cran-future 1.6.2-1 source package in Ubuntu

Changelog

r-cran-future (1.6.2-1) unstable; urgency=medium

  * Team upload.
  * New upstream version
  * Versioned Build-Depends: r-cran-globals (>= 0.10.3)

 -- Andreas Tille <email address hidden>  Mon, 23 Oct 2017 19:44:25 +0200

Upload details

Uploaded by:
Debian Med
Uploaded to:
Sid
Original maintainer:
Debian Med
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-future_1.6.2-1.dsc 2.1 KiB d27a27f221f60abf9aa3a7a7bf9e1c6242434ab4d2e051f80b8e624181638db1
r-cran-future_1.6.2.orig.tar.gz 216.9 KiB 21e2683746fd4eff44c180bdb46b09ce6c1dafe6f0490a630d4db79d6616af05
r-cran-future_1.6.2-1.debian.tar.xz 2.2 KiB c15729b7baf556175f7aa5e395a09dd0379dfe91203c9345947f9d672d16665e

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.