# ----------------------------------------------------------- # CITATION file created with {cffr} R package, v0.5.0 # See also: https://docs.ropensci.org/cffr/ # ----------------------------------------------------------- cff-version: 1.2.0 message: 'To cite package "future.batchtools" in publications use:' type: software license: LGPL-2.0-or-later title: 'future.batchtools: A Future API for Parallel and Distributed Processing using ''batchtools''' version: 0.12.0 doi: 10.32614/RJ-2021-048 abstract: 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)'. authors: - family-names: Bengtsson given-names: Henrik email: henrikb@braju.com preferred-citation: type: article title: A Unifying Framework for Parallel and Distributed Processing in R using Futures authors: - family-names: Bengtsson given-names: Henrik email: henrikb@braju.com year: '2021' journal: The R Journal doi: 10.32614/RJ-2021-048 url: https://doi.org/10.32614/RJ-2021-048 volume: '13' issue: '2' start: '208' end: '227' repository: https://henrikbengtsson.r-universe.dev repository-code: https://github.com/HenrikBengtsson/future.batchtools url: https://future.batchtools.futureverse.org contact: - family-names: Bengtsson given-names: Henrik email: henrikb@braju.com