mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-12 08:33:15 -04:00
dev-R/codetools: new package, add 0.2.18
Signed-off-by: Robert Greener <me@r0bert.dev>
This commit is contained in:
1
dev-R/codetools/Manifest
Normal file
1
dev-R/codetools/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST codetools_0.2-18.tar.gz 38175 BLAKE2B 0ae8ed87f7d4ed63258c5c0f14a286f2219bf0530203cd3a363c655615f7532db843260f23d8ef6d364a9750cac3f8df62df034399531c4e6a0a4af7d24eae23 SHA512 daad0f377d8ae2be5dac5d3edbc8c89db1fd87c7431a60a9e4dcc07c9f60ffd4eb8f2ba12d9da9b44fb90c23eb744904f81d715996ee97fa595957b81839ee44
|
||||
20
dev-R/codetools/codetools-0.2.18.ebuild
Normal file
20
dev-R/codetools/codetools-0.2.18.ebuild
Normal 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
|
||||
}
|
||||
16
dev-R/codetools/metadata.xml
Normal file
16
dev-R/codetools/metadata.xml
Normal 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>
|
||||
Reference in New Issue
Block a user