# ------------------------------------------------ # CITATION.cff file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # ------------------------------------------------ cff-version: 1.2.0 message: 'To cite package "RcppParallel" in publications use:' type: software license: GPL-3.0-or-later title: 'RcppParallel: Parallel Programming Tools for ''Rcpp''' version: 6.0.0 doi: 10.32614/CRAN.package.RcppParallel abstract: High level functions for parallel programming with 'Rcpp'. For example, the 'parallelFor()' function can be used to convert the work of a standard serial "for" loop into a parallel one and the 'parallelReduce()' function can be used for accumulating aggregate or other values. authors: - family-names: Ushey given-names: Kevin email: kevin@rstudio.com orcid: https://orcid.org/0000-0003-2880-7407 - family-names: Allaire given-names: JJ email: jj@rstudio.com - family-names: Francois given-names: Romain - family-names: Vandenbrouck given-names: Gregory - family-names: Geelnard given-names: Marcus - family-names: Eddelbuettel given-names: Dirk email: edd@debian.org orcid: https://orcid.org/0000-0001-6419-907X - name: Intel - name: UXL Foundation repository: https://cran.r-universe.dev repository-code: https://github.com/RcppCore/RcppParallel commit: db5f3209bd2b6af6f538ba3e17164c7df4008736 url: https://rcppcore.github.io/RcppParallel/ date-released: '2026-07-23' contact: - family-names: Ushey given-names: Kevin email: kevin@rstudio.com orcid: https://orcid.org/0000-0003-2880-7407