diff options
Diffstat (limited to 'dev-R/cpp11/metadata.xml')
| -rw-r--r-- | dev-R/cpp11/metadata.xml | 32 |
1 files changed, 14 insertions, 18 deletions
diff --git a/dev-R/cpp11/metadata.xml b/dev-R/cpp11/metadata.xml index 977fdae730bc..efaba2fdd040 100644 --- a/dev-R/cpp11/metadata.xml +++ b/dev-R/cpp11/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> + <maintainer type="person"> + <email>lssndrbarbieri@gmail.com</email> + <name>Alessandro Barbieri</name> + <description>co-maintainers welcome</description> + </maintainer> + <longdescription> A C++11 Interface for R's C Interface // Provides a header only, C++11 interface to R's C interface. Compared to other approaches 'cpp11' strives to be safe against long jumps from @@ -9,19 +14,10 @@ the C API as well as C++ exceptions, conform to normal R function semantics and supports interaction with 'ALTREP' vectors. </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/r-lib/cpp11/issues</bugs-to> - <doc lang="en">https://cran.r-project.org/web/packages/cpp11/cpp11.pdf</doc> - <changelog>https://cran.r-project.org/web/packages/cpp11/ChangeLog</changelog> - <maintainer> - <name>Romain François</name> - <email>romain@rstudio.com</email> - </maintainer> - <remote-id type="github">r-lib/cpp11</remote-id> - </upstream> -</pkgmetadata> + <upstream> + <changelog>https://cran.r-project.org/web/packages/cpp11/ChangeLog</changelog> + <bugs-to>https://github.com/r-lib/cpp11/issues</bugs-to> + <doc lang="en">https://cran.r-project.org/web/packages/cpp11/cpp11.pdf</doc> + </upstream> + <origin>gentoo-guru-overlay</origin> +</pkgmetadata>
\ No newline at end of file |
