# -------------------------------------------- # CITATION 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: 5.1.7-9001 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: Allaire given-names: JJ email: jj@rstudio.com - family-names: Francois given-names: Romain - family-names: Ushey given-names: Kevin email: kevin@rstudio.com - family-names: Vandenbrouck given-names: Gregory - family-names: Geelnard given-names: Marcus website: https://tinythreadpp.bitsnbites.eu/ - name: Intel website: https://www.threadingbuildingblocks.org/ repository: https://rcppcore.r-universe.dev repository-code: https://github.com/RcppCore/RcppParallel url: https://rcppcore.github.io/RcppParallel/ contact: - family-names: Ushey given-names: Kevin email: kevin@rstudio.com