From aa50d7cfb65e59074f69e38ca3d0e5fb28c27437 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Sun, 3 Jul 2022 12:50:51 +0000 Subject: Adding metadata --- dev-R/codetools/codetools-0.2.18.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 dev-R/codetools/codetools-0.2.18.ebuild (limited to 'dev-R/codetools/codetools-0.2.18.ebuild') diff --git a/dev-R/codetools/codetools-0.2.18.ebuild b/dev-R/codetools/codetools-0.2.18.ebuild new file mode 100644 index 000000000000..ac0e5c8d9ab7 --- /dev/null +++ b/dev-R/codetools/codetools-0.2.18.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit R-packages edo + +DESCRIPTION='Code analysis tools for R.' +KEYWORDS="~amd64" +LICENSE='GPL-2+' +RESTRICT="!test? ( test )" +IUSE="test" +CRAN_PV="0.2-18" + +SRC_URI="mirror://cran/src/contrib/${PN}_${CRAN_PV}.tar.gz" + +src_test() { + cd "${WORKDIR}/${P}/tests" || die + R_LIBS="${T}/R" edo Rscript --vanilla tests.R +} -- cgit v1.3