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

Changelog

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

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

 -- Andreas Tille <email address hidden>  Sat, 23 Dec 2023 17:31:55 +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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-future.batchtools_0.12.1+dfsg-1.dsc 2.4 KiB 7dc9cb3d0026e696347ed896b72071786d0fad9a6d477bf770b87e0407d26bb7
r-cran-future.batchtools_0.12.1+dfsg.orig.tar.xz 43.1 KiB 3d3389703cfae1de0c7a0505538ca0e48c6fdd7db2294c22b1ac5357703b14fc
r-cran-future.batchtools_0.12.1+dfsg-1.debian.tar.xz 3.0 KiB a45e30b6ea7e39502b6f4f324252def3129d1f8c092a7c0f0b6219a2afed2a2e

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