r-cran-future 1.7.0-1ubuntu1 source package in Ubuntu

Changelog

r-cran-future (1.7.0-1ubuntu1) bionic; urgency=medium

  * Skip tests/early-signaling and tests/globals,manual.R
    which fail on the Ubuntu VM-based autopkgtesters,
    but not on armhf and s390x, or on debci, or locally

 -- Graham Inggs <email address hidden>  Tue, 10 Apr 2018 14:33:33 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-future_1.7.0.orig.tar.gz 230.9 KiB 382a2a7c5840ea86ba0c995fbbef37b9bde9e0e5754aa8a39e8bb4f047e1df51
r-cran-future_1.7.0-1ubuntu1.debian.tar.xz 2.4 KiB dfe832afc44d0569ab88189dcd35c799758bdd9d9171c7e87eef8729c516be6c
r-cran-future_1.7.0-1ubuntu1.dsc 2.2 KiB 7b57719ec9fb956bfc96647ecdb9eecbb76c80091567e77c973430901740ce7a

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.