r-cran-future.batchtools 0.12.0+dfsg-1 source package in Ubuntu

Changelog

r-cran-future.batchtools (0.12.0+dfsg-1) unstable; urgency=medium

  * Team upload.
  * New upstream version
  * dh-update-R to update Build-Depends (routine-update)

 -- Andreas Tille <email address hidden>  Mon, 27 Feb 2023 21:16:34 +0100

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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-future.batchtools_0.12.0+dfsg-1.dsc 2.3 KiB 22281794279ac530bd747d1c42c4b701d86738b0838e134a034a8dc8003775e5
r-cran-future.batchtools_0.12.0+dfsg.orig.tar.xz 42.9 KiB a87304c0d65a7dbbf406373b2b056edc4e3b3cb4d4d33aab55a2778c3a2b44f5
r-cran-future.batchtools_0.12.0+dfsg-1.debian.tar.xz 2.9 KiB e79749a3c8e8c61ebba6edae5e532b59ad661131ee6b41261f15543ca7b974f0

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)'.