r-cran-future.batchtools 0.10.0+dfsg-1 source package in Ubuntu
Changelog
r-cran-future.batchtools (0.10.0+dfsg-1) unstable; urgency=medium * Team upload. * New upstream version * Standards-Version: 4.5.1 (routine-update) * debhelper-compat 13 (routine-update) -- Andreas Tille <email address hidden> Fri, 15 Jan 2021 20:07:28 +0100
Upload details
- Uploaded by:
- Debian R Packages Maintainers on 2021-01-15
- 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 | |
---|---|---|---|---|
Hirsute | release | on 2021-01-16 | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
r-cran-future.batchtools_0.10.0+dfsg-1.dsc | 2.2 KiB | ec2b4926131e094751718bc90922c6a488c62a00ae1f7864eb281f115cd9fb85 |
r-cran-future.batchtools_0.10.0+dfsg.orig.tar.xz | 35.5 KiB | 3e4eabcb18873c693e71124ce6819dc102a7e1fe8562fc456615b5760683bc76 |
r-cran-future.batchtools_0.10.0+dfsg-1.debian.tar.xz | 2.7 KiB | 28f1f9753047d43b30e3720cc78cdd62ce9a85b5252f8f4cbdac226f73748b66 |
Available diffs
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)'.