r-cran-future.batchtools 0.9.0+dfsg-2 source package in Ubuntu
Changelog
r-cran-future.batchtools (0.9.0+dfsg-2) unstable; urgency=medium * Team upload. -- Andreas Tille <email address hidden> Tue, 19 May 2020 11:18:44 +0200
Upload details
- Uploaded by:
- Debian R Packages Maintainers on 2020-05-19
- Uploaded to:
- Sid
- Original maintainer:
- Debian R Packages Maintainers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
r-cran-future.batchtools_0.9.0+dfsg-2.dsc | 2.2 KiB | 4aabd48aff191d2ab88f5df42eac7500e08cb26af00cfa7a32f54638c17149e8 |
r-cran-future.batchtools_0.9.0+dfsg.orig.tar.xz | 34.1 KiB | ef8bf35ace5446b0c3c77d5378c0385562266c38af4e9c5f2facb4c6809fa701 |
r-cran-future.batchtools_0.9.0+dfsg-2.debian.tar.xz | 2.7 KiB | 12d460853e8953444a9770848a8d13435532b413ce6a528b2765f9df4b306ecd |
Available diffs
- diff from 0.9.0+dfsg-1 to 0.9.0+dfsg-2 (309 bytes)
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)'.