summaryrefslogtreecommitdiff
path: root/dev-R/testit/testit-0.13.ebuild
blob: 4317d2d9b24e13d55a9ff6946961c90f0bc5980c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit R-packages edo

DESCRIPTION='A Simple Package for Testing R Packages'
KEYWORDS="~amd64"
LICENSE='GPL-3'

SUGGESTED_PACKAGES="
	dev-R/rstudioapi
	dev-R/covr
"

src_test() {
	cd "${WORKDIR}/${P}/tests" || die
	R_LIBS="${T}/R" edo Rscript --vanilla test-all.R
}