dev-R/globals: new package, add 0.15.1

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

View 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>