dev-R/parallelly: new package, add 1.32.0

Signed-off-by: Robert Greener <me@r0bert.dev>
This commit is contained in:
Robert Greener
2022-07-02 16:56:21 +01:00
parent 467bddcab5
commit b4824ba022
3 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit R-packages edo
DESCRIPTION="Enhancing the 'parallel' Package"
KEYWORDS="~amd64"
LICENSE='LGPL-2.1+'
src_test() {
cd "${WORKDIR}/${P}/tests"
for i in *.R; do
R_LIBS="${T}/R" edo Rscript --vanilla $i
done
}