dev-R/RUnit: new package, add 0.4.32

Signed-off-by: Robert Greener <me@r0bert.dev>
This commit is contained in:
Robert Greener
2022-07-03 14:22:55 +01:00
parent ef3609468d
commit c354b2425d
3 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit R-packages
DESCRIPTION='R Unit Test Framework'
KEYWORDS="~amd64"
LICENSE='GPL-2'
SUGGESTED_PACKAGES="
dev-R/XML
"