summaryrefslogtreecommitdiff
path: root/dev-R/RInside
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-05-02 20:46:22 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-05-02 20:46:22 +0000
commitcf786d149b14a3c2ff94eb31288fa70903522296 (patch)
tree4a3d2c7bdcdbcfba1f23e4ba93a0e0bb3eae6874 /dev-R/RInside
parent4074f66428fb80b420c673bfe9953d714c4cf38a (diff)
downloadbaldeagleos-repo-cf786d149b14a3c2ff94eb31288fa70903522296.tar.gz
baldeagleos-repo-cf786d149b14a3c2ff94eb31288fa70903522296.tar.xz
baldeagleos-repo-cf786d149b14a3c2ff94eb31288fa70903522296.zip
Adding metadata
Diffstat (limited to 'dev-R/RInside')
-rw-r--r--dev-R/RInside/metadata.xml32
1 files changed, 14 insertions, 18 deletions
diff --git a/dev-R/RInside/metadata.xml b/dev-R/RInside/metadata.xml
index c565d7958742..f537e10f07f9 100644
--- a/dev-R/RInside/metadata.xml
+++ b/dev-R/RInside/metadata.xml
@@ -1,7 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
- <longdescription lang="en">C++ classes to embed R in C++ (and C) applications
+ <maintainer type="person">
+ <email>lssndrbarbieri@gmail.com</email>
+ <name>Alessandro Barbieri</name>
+ <description>co-maintainers welcome</description>
+ </maintainer>
+ <longdescription lang="en">C++ classes to embed R in C++ (and C) applications
A C++ class providing the R interpreter is offered by this package
making it easier to have "R inside" your C++ application. As R itself
is embedded into your application, a shared library build of R is
@@ -17,19 +22,10 @@ interface and 'Ruby' illustration. The examples use 'GNUmakefile(s)'
with GNU extensions, so a GNU make is required (and will use the
'GNUmakefile' automatically). 'Doxygen'-generated documentation of
the C++ classes is available at the 'RInside' website as well.</longdescription>
- <maintainer type="person">
- <description>co-maintainers welcome</description>
- <email>lssndrbarbieri@gmail.com</email>
- <name>Alessandro Barbieri</name>
- </maintainer>
- <upstream>
- <bugs-to>https://github.com/eddelbuettel/rinside/issues</bugs-to>
- <doc lang="en">https://cran.r-project.org/web/packages/RInside/RInside.pdf</doc>
- <changelog>https://cran.r-project.org/web/packages/RInside/ChangeLog</changelog>
- <maintainer>
- <name>Dirk Eddelbuettel</name>
- <email>edd@debian.org</email>
- </maintainer>
- <remote-id type="github">eddelbuettel/rinside</remote-id>
- </upstream>
-</pkgmetadata>
+ <upstream>
+ <changelog>https://cran.r-project.org/web/packages/RInside/ChangeLog</changelog>
+ <bugs-to>https://github.com/eddelbuettel/rinside/issues</bugs-to>
+ <doc lang="en">https://cran.r-project.org/web/packages/RInside/RInside.pdf</doc>
+ </upstream>
+ <origin>gentoo-guru-overlay</origin>
+</pkgmetadata> \ No newline at end of file