Package: RcppParallel
Type: Package
Title: Parallel Programming Tools for Rcpp
Version: 4.3.14
Date: 2015-05-26
Authors@R: c(
    person("JJ", "Allaire", role = c("aut", "cre"), 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, http://tinythreadpp.bitsnbites.eu/"),
    person(family = "RStudio", role = "cph"),
    person(family = "Intel", role = c("aut", "cph"),
       comment = "Intel TBB library, https://www.threadingbuildingblocks.org/"),
    person(family = "Microsoft", role = "cph")
    )
Description: High level functions for doing 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.
Suggests: Rcpp, RUnit
SystemRequirements: GNU make, Windows: cmd.exe and cscript.exe,
        Solaris: g++ is required
License: GPL-2
URL: http://rcppcore.github.io/RcppParallel,
        https://github.com/RcppCore/RcppParallel
Collate: 'build.R' 'hooks.R' 'options.R'
NeedsCompilation: yes
Packaged: 2015-06-01 12:29:52 UTC; jjallaire
Author: JJ Allaire [aut, cre],
  Romain Francois [aut, cph],
  Gregory Vandenbrouck [aut],
  Marcus Geelnard [aut, cph] (TinyThread library,
    http://tinythreadpp.bitsnbites.eu/),
  RStudio [cph],
  Intel [aut, cph] (Intel TBB library,
    https://www.threadingbuildingblocks.org/),
  Microsoft [cph]
Maintainer: JJ Allaire <jj@rstudio.com>
Repository: CRAN
Date/Publication: 2015-06-02 08:04:38
