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

Changelog

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

  * Team upload.
  * New upstream version
  * Standards-Version: 4.6.2 (routine-update)
  * Reorder sequence of d/control fields by cme (routine-update)
  * Update lintian override info format in
    d/r-cran-future.batchtools.lintian-overrides on line 3-4.
  * Set upstream metadata fields: Bug-Submit.
  * Add more lintian-overrides false positives

 -- Andreas Tille <email address hidden>  Tue, 20 Dec 2022 09:07:28 +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
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-future.batchtools_0.11.0+dfsg-1.dsc 2.3 KiB 4f0f5977df5ad2dbb1604a19599456ebc896ff357d406b213a031d06555386f6
r-cran-future.batchtools_0.11.0+dfsg.orig.tar.xz 42.6 KiB 9e4fb7700a5a5710518f90d21052e9a8cd8bb0ea54d182a8fd996395c6d580f2
r-cran-future.batchtools_0.11.0+dfsg-1.debian.tar.xz 2.9 KiB 043917aa21b33fd35e5ad5776cad09fe6201ea06118d7ad733cb7e2880d98704

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