Source: r-cran-future.batchtools
Standards-Version: 4.7.4
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders:
 Steffen Moeller <moeller@debian.org>,
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Build-Depends:
 debhelper-compat (= 13),
 dh-r,
 r-base-dev,
 r-cran-future (>= 1.58.0),
 r-cran-parallelly,
 r-cran-batchtools (>= 0.9.17),
 r-cran-checkmate,
 r-cran-stringi,
 architecture-is-64-bit,
 architecture-is-little-endian,
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-future.batchtools
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-future.batchtools.git
Homepage: https://cran.r-project.org/package=future.batchtools

Package: r-cran-future.batchtools
Architecture: all
Depends:
 ${R:Depends},
 ${misc:Depends},
Recommends:
 ${R:Recommends},
Suggests:
 ${R:Suggests},
Description: A Future API for Parallel and Distributed Processing using 'batchtools'
 Implementation of the Future API <doi:10.32614/RJ-2021-048> 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)'.
