# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "furrr" in publications use:' type: software license: MIT title: 'furrr: Apply Mapping Functions in Parallel using Futures' version: 0.3.1.9000 abstract: Implementations of the family of map() functions from 'purrr' that can be resolved using any 'future'-supported backend, e.g. parallel on the local machine or distributed on a compute cluster. authors: - family-names: Vaughan given-names: Davis email: davis@rstudio.com - family-names: Dancho given-names: Matt email: mdancho@business-science.io repository: https://davisvaughan.r-universe.dev repository-code: https://github.com/DavisVaughan/furrr url: https://furrr.futureverse.org/ contact: - family-names: Vaughan given-names: Davis email: davis@rstudio.com