# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "future.callr" in publications use:' type: software license: LGPL-2.0-or-later title: 'future.callr: A Future API for Parallel Processing using ''callr''' version: 0.8.2 doi: 10.32614/RJ-2021-048 identifiers: - type: doi value: 10.32614/CRAN.package.future.callr abstract: Implementation of the Future API on top of the 'callr' package. This allows you to process futures, as defined by the 'future' package, in parallel out of the box, on your local (Linux, macOS, Windows, ...) machine. Contrary to backends relying on the 'parallel' package (e.g. 'future::multisession') and socket connections, the 'callr' backend provided here can run more than 125 parallel R processes. 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.callr commit: 3c27b32f640954ae5fe7bd258e2f9ba506b278ca url: https://future.callr.futureverse.org contact: - family-names: Bengtsson given-names: Henrik email: henrikb@braju.com