r-cran-future.batchtools 0.8.1+dfsg-1 source package in Ubuntu
Changelog
r-cran-future.batchtools (0.8.1+dfsg-1) unstable; urgency=medium * Team upload. * New upstream version * Standards-Version: 4.4.1 * Trim trailing whitespace. * Set upstream metadata fields: Archive, Bug-Database, Repository. * Remove autogenerated HTML docs since it is including compressed JS -- Andreas Tille <email address hidden> Mon, 07 Oct 2019 10:49:51 +0200
Upload details
- Uploaded by:
- Debian R Packages Maintainers on 2019-10-07
- 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 | |
---|---|---|---|---|
Focal | release | on 2019-10-27 | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
r-cran-future.batchtools_0.8.1+dfsg-1.dsc | 2.2 KiB | 1aef3edf20b5d9004d4f50e91b845bd0c1e56b36b86531607d8b701554705035 |
r-cran-future.batchtools_0.8.1+dfsg.orig.tar.xz | 30.4 KiB | 02b82551c3dd62cf6f39c2f93fb348663a7fac65bd7f94f886b34ebcfa00eb7c |
r-cran-future.batchtools_0.8.1+dfsg-1.debian.tar.xz | 2.5 KiB | b2c39844e359bbf165b9a588bfcccb440c6a347a9bcadd3ef4b8b67840cef881 |
Available diffs
- diff from 0.8.0-1 to 0.8.1+dfsg-1 (14.4 KiB)
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)'.