r-cran-future 1.14.0+dfsg-1ubuntu1 source package in Ubuntu

Changelog

r-cran-future (1.14.0+dfsg-1ubuntu1) eoan; urgency=medium

  * Skip tests/immediateCondition.R which only fails on
    Ubuntu container-based autopkgtesters

 -- Graham Inggs <email address hidden>  Sat, 10 Aug 2019 13:04:09 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Eoan
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-future_1.14.0+dfsg.orig.tar.xz 152.4 KiB e3ebd33cb190c3554e2a696f03cc48db66a3b062619c70584f9289f109cffeb0
r-cran-future_1.14.0+dfsg-1ubuntu1.debian.tar.xz 2.7 KiB ec30c6a0290219373e30c8b7c25873e8d6e39c67460dabd6d337a4f3fac55139
r-cran-future_1.14.0+dfsg-1ubuntu1.dsc 2.2 KiB 0337146e1db6b1835ea8883a5926fac9edce75f97b5e22e219de9a2727fffee9

View changes file

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.