diff --git a/dev-R/globals/Manifest b/dev-R/globals/Manifest new file mode 100644 index 0000000000..2f1ad0f202 --- /dev/null +++ b/dev-R/globals/Manifest @@ -0,0 +1 @@ +DIST globals_0.15.1.tar.gz 33503 BLAKE2B 06ad7b91c04bb9f6d91ad59a28f596b523617c54ce5286fc46306264718af794e3f3f847774678d17c737755b0d36ec719f8db5520541b815fa31ffc4afd6dd9 SHA512 09c4766636f381e7b2a41ae1fcac94b8e54dc75864851b060e967a66407c94dbf6ad747bbcfc13d57f530687ee66f2b55e3d864ce49684a414f7c8effa1cb4a4 diff --git a/dev-R/globals/globals-0.15.1.ebuild b/dev-R/globals/globals-0.15.1.ebuild new file mode 100644 index 0000000000..c2f288009a --- /dev/null +++ b/dev-R/globals/globals-0.15.1.ebuild @@ -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 +} diff --git a/dev-R/globals/metadata.xml b/dev-R/globals/metadata.xml new file mode 100644 index 0000000000..34cbee9591 --- /dev/null +++ b/dev-R/globals/metadata.xml @@ -0,0 +1,17 @@ + + + + + me@r0bert.dev + Robert Greener + + 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. + + + Henrik Bengtsson + henrikb@braju.com + + https://github.com/HenrikBengtsson/globals/issues + HenrikBengtsson/globals + +