summaryrefslogtreecommitdiff
path: root/dev-R/RUnit/RUnit-0.4.32.ebuild
blob: ef1af2c105402d07231de06ff052f93579838241 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
"