diff --git a/dev-R/RcppParallel/Manifest b/dev-R/RcppParallel/Manifest new file mode 100644 index 0000000000..3c4d4c568e --- /dev/null +++ b/dev-R/RcppParallel/Manifest @@ -0,0 +1 @@ +DIST RcppParallel_5.1.5.tar.gz 1967672 BLAKE2B 70b060cf3478009f8264a456d3fc10059c3595018c85ff2d7a8fe3c54cdc03bfdf811a1d72b7e62aac8585028bea63b733ac363e8c6c5475558257be6e2aae51 SHA512 d7d69fcad6087eb206dfe6337e00ddb1e0b8f1faa02ba57cd257173db98b6880edc35cb8f4b200132cd2692494f7e1c390432eb381892a04d1e3e797ee40da28 diff --git a/dev-R/RcppParallel/RcppParallel-5.1.5.ebuild b/dev-R/RcppParallel/RcppParallel-5.1.5.ebuild new file mode 100644 index 0000000000..81e1c8b495 --- /dev/null +++ b/dev-R/RcppParallel/RcppParallel-5.1.5.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit R-packages edo + +DESCRIPTION="Parallel Programming Tools for 'Rcpp'" +KEYWORDS="~amd64" +LICENSE='GPL-3+' +RESTRICT="!test? ( test )" +IUSE="test" + +DEPEND=" + test? ( + dev-R/RUnit + dev-R/Rcpp + ) + dev-cpp/tbb +" + +SUGGESTED_PACKAGES=" + dev-R/RUnit + dev-R/Rcpp + dev-R/knitr + dev-R/rmarkdown +" + +src_test() { + cd "${WORKDIR}/${P}/tests" || die + R_LIBS="${T}/R" edo Rscript --vanilla doRUnit.R +} diff --git a/dev-R/RcppParallel/metadata.xml b/dev-R/RcppParallel/metadata.xml new file mode 100644 index 0000000000..e78e34b397 --- /dev/null +++ b/dev-R/RcppParallel/metadata.xml @@ -0,0 +1,17 @@ + + + + + me@r0bert.dev + Robert Greener + + 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. + + + Kevin Ushey + kevin@rstudio.com + + https://github.com/RcppCore/RcppParallel/issues + RcppCore/RcppParallel + +