r-cran-future.batchtools 0.8.0-1 source package in Ubuntu

Changelog

r-cran-future.batchtools (0.8.0-1) unstable; urgency=medium

  * Initial release (closes: #934695)

 -- Steffen Moeller <email address hidden>  Tue, 13 Aug 2019 16:55:13 +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

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-future.batchtools_0.8.0-1.dsc 2.2 KiB 1bea01c48995301c409c875dc0d92a11b3af710816dbe2ec006747e976303094
r-cran-future.batchtools_0.8.0.orig.tar.gz 45.2 KiB 8bfffa06c776b507320a02032ba96bdafbe04953f02218fb2b5b3eb7604b42bd
r-cran-future.batchtools_0.8.0-1.debian.tar.xz 6.3 KiB 87e5fa87e1bc96ccb8b385b5293195cb624138af379ebe86b0f8564365afe760

No changes file available.

Binary packages built by this source

r-cran-future.batchtools: Future API for Parallel and Distributed Processing

 Implementation of the Future API on top of the 'batchtools' package.
 This allows you to process futures, as defined by the 'future' package,
 in parallel out of the box, not only on your local machine or ad-hoc
 cluster of machines, but also via high-performance compute ('HPC') job
 schedulers such as 'LSF', 'OpenLava', 'Slurm', 'SGE', and 'TORQUE' / 'PBS',
 e.g. 'y <- future.apply::future_lapply(files, FUN = process)'.