mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
dev-R/globals: new package, add 0.15.1
Signed-off-by: Robert Greener <me@r0bert.dev>
This commit is contained in:
1
dev-R/globals/Manifest
Normal file
1
dev-R/globals/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST globals_0.15.1.tar.gz 33503 BLAKE2B 06ad7b91c04bb9f6d91ad59a28f596b523617c54ce5286fc46306264718af794e3f3f847774678d17c737755b0d36ec719f8db5520541b815fa31ffc4afd6dd9 SHA512 09c4766636f381e7b2a41ae1fcac94b8e54dc75864851b060e967a66407c94dbf6ad747bbcfc13d57f530687ee66f2b55e3d864ce49684a414f7c8effa1cb4a4
|
||||
21
dev-R/globals/globals-0.15.1.ebuild
Normal file
21
dev-R/globals/globals-0.15.1.ebuild
Normal file
@@ -0,0 +1,21 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit R-packages edo
|
||||
|
||||
DESCRIPTION='Identify Global Objects in R Expressions'
|
||||
KEYWORDS="~amd64"
|
||||
LICENSE='LGPL-2.1+'
|
||||
|
||||
DEPEND="
|
||||
dev-R/codetools
|
||||
"
|
||||
|
||||
src_test() {
|
||||
cd "${WORKDIR}/${P}/tests"
|
||||
for i in *.R; do
|
||||
R_LIBS="${T}/R" edo Rscript --vanilla $i
|
||||
done
|
||||
}
|
||||
17
dev-R/globals/metadata.xml
Normal file
17
dev-R/globals/metadata.xml
Normal file
@@ -0,0 +1,17 @@
|
||||
<?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>
|
||||
<longdescription lang="en">Identifies global ("unknown" or "free") objects in R expressions by code inspection using various strategies (ordered, liberal, or conservative). The objective of this package is to make it as simple as possible to identify global objects for the purpose of exporting them in parallel, distributed compute environments.</longdescription>
|
||||
<upstream>
|
||||
<maintainer>
|
||||
<name>Henrik Bengtsson</name>
|
||||
<email>henrikb@braju.com</email>
|
||||
</maintainer>
|
||||
<bugs-to>https://github.com/HenrikBengtsson/globals/issues</bugs-to>
|
||||
<remote-id type="github">HenrikBengtsson/globals</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user