Source: r-cran-rcppparallel Standards-Version: 4.7.3 Maintainer: Debian R Packages Maintainers Uploaders: Andreas Tille , Shayan Doust , Section: gnu-r Testsuite: autopkgtest-pkg-r Build-Depends: debhelper-compat (= 13), dh-r, r-base-dev, libtbb-dev, architecture-is-64-bit, architecture-is-little-endian, Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-rcppparallel Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-rcppparallel.git Homepage: https://cran.r-project.org/package=RcppParallel Rules-Requires-Root: no Package: r-cran-rcppparallel Architecture: any Depends: ${R:Depends}, ${shlibs:Depends}, ${misc:Depends}, libtbb-dev, Recommends: ${R:Recommends}, Suggests: ${R:Suggests}, Description: parallel programming tools for Rcpp High level functions for parallel programming with 'Rcpp' (GNU R). 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.