dev-R/codetools: new package, add 0.2.18

Signed-off-by: Robert Greener <me@r0bert.dev>
This commit is contained in:
Robert Greener
2022-07-02 16:42:37 +01:00
parent ebd41825b3
commit b30bd4d4b7
3 changed files with 37 additions and 0 deletions

1
dev-R/codetools/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST codetools_0.2-18.tar.gz 38175 BLAKE2B 0ae8ed87f7d4ed63258c5c0f14a286f2219bf0530203cd3a363c655615f7532db843260f23d8ef6d364a9750cac3f8df62df034399531c4e6a0a4af7d24eae23 SHA512 daad0f377d8ae2be5dac5d3edbc8c89db1fd87c7431a60a9e4dcc07c9f60ffd4eb8f2ba12d9da9b44fb90c23eb744904f81d715996ee97fa595957b81839ee44

View File

@@ -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"
R_LIBS="${T}/R" edo Rscript --vanilla tests.R
}

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>me@r0bert.dev</email>
<name>Robert Greener</name>
</maintainer>
<upstream>
<maintainer>
<name>Luke Tierney</name>
<email>luke-tierney@uiowa.edu</email>
</maintainer>
<bugs-to>https://github.com/luke-tierney/codetools/issues</bugs-to>
<remote-id type="github">luke-tierney/codetools</remote-id>
</upstream>
</pkgmetadata>