r-cran-future.batchtools 0.9.0+dfsg-2build1 source package in Ubuntu
Changelog
r-cran-future.batchtools (0.9.0+dfsg-2build1) groovy; urgency=medium * No-change rebuild against r-api-4.0 -- Steve Langasek <email address hidden> Sun, 31 May 2020 06:14:48 +0000
Upload details
- Uploaded by:
- Steve Langasek on 2020-05-31
- Uploaded to:
- Groovy
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Groovy | release | on 2020-06-26 | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
r-cran-future.batchtools_0.9.0+dfsg.orig.tar.xz | 34.1 KiB | ef8bf35ace5446b0c3c77d5378c0385562266c38af4e9c5f2facb4c6809fa701 |
r-cran-future.batchtools_0.9.0+dfsg-2build1.debian.tar.xz | 2.8 KiB | 473575cce64dce7e3b099b5dc69715e3a06c080afca259d1253e50782eb4ad5d |
r-cran-future.batchtools_0.9.0+dfsg-2build1.dsc | 2.3 KiB | ed0059f4e5e0117b3aeac5a0d05bf91488cd5ae80cb2d44a156d95550ca997d3 |
Available diffs
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)'.