Package: RcppParallel
Type: Package
Title: Parallel Programming Tools for 'Rcpp'
Version: 6.0.0
Authors@R: c(
    person("Kevin", "Ushey", role = c("aut", "cre"), email = "kevin@rstudio.com",
        comment = c(ORCID = "0000-0003-2880-7407")),
    person("JJ", "Allaire", role = c("aut"), email = "jj@rstudio.com"),
    person("Romain", "Francois", role = c("aut", "cph")),
    person("Gregory", "Vandenbrouck", role = "aut"),
    person("Marcus", "Geelnard", role = c("aut", "cph"),
       comment = "TinyThread library, https://tinythreadpp.bitsnbites.eu/"),
    person("Hamada S.", "Badr", email = "badr@jhu.edu", role = c("ctb"),
       comment = c(ORCID = "0000-0002-9808-2344")),
    person("Dirk", "Eddelbuettel", role = c("aut"), email = "edd@debian.org",
        comment = c(ORCID = "0000-0001-6419-907X")),
    person(family = "Intel", role = c("aut", "cph"), comment = "oneTBB library"),
    person(family = "UXL Foundation", role = c("aut", "cph"), comment = "oneTBB library"),
    person(family = "Microsoft", role = "cph"),
    person(family = "Posit, PBC", role = "cph")
    )
Description: 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.
Depends: R (>= 3.6.0)
Suggests: Rcpp, RUnit, knitr, rmarkdown
SystemRequirements: CMake (>= 3.5)
License: GPL (>= 3)
URL: https://rcppcore.github.io/RcppParallel/,
        https://github.com/RcppCore/RcppParallel
BugReports: https://github.com/RcppCore/RcppParallel/issues
Biarch: TRUE
RoxygenNote: 7.3.2
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2026-07-22 18:32:40 UTC; kevin
Author: Kevin Ushey [aut, cre] (ORCID: <https://orcid.org/0000-0003-2880-7407>),
  JJ Allaire [aut],
  Romain Francois [aut, cph],
  Gregory Vandenbrouck [aut],
  Marcus Geelnard [aut, cph] (TinyThread library,
    https://tinythreadpp.bitsnbites.eu/),
  Hamada S. Badr [ctb] (ORCID: <https://orcid.org/0000-0002-9808-2344>),
  Dirk Eddelbuettel [aut] (ORCID:
    <https://orcid.org/0000-0001-6419-907X>),
  Intel [aut, cph] (oneTBB library),
  UXL Foundation [aut, cph] (oneTBB library),
  Microsoft [cph],
  Posit, PBC [cph]
Maintainer: Kevin Ushey <kevin@rstudio.com>
Repository: CRAN
Date/Publication: 2026-07-23 11:10:02 UTC
