diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-05-02 12:38:50 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-05-02 12:38:50 +0000 |
| commit | 4074f66428fb80b420c673bfe9953d714c4cf38a (patch) | |
| tree | 5169016a52da36083c7feddec601a4d8ca185468 /dev-R/cpp11 | |
| parent | d40d21a7f88f4a7a2f324a38f21567ce7de593da (diff) | |
| download | baldeagleos-repo-4074f66428fb80b420c673bfe9953d714c4cf38a.tar.gz baldeagleos-repo-4074f66428fb80b420c673bfe9953d714c4cf38a.tar.xz baldeagleos-repo-4074f66428fb80b420c673bfe9953d714c4cf38a.zip | |
Adding metadata
Diffstat (limited to 'dev-R/cpp11')
| -rw-r--r-- | dev-R/cpp11/metadata.xml | 43 |
1 files changed, 22 insertions, 21 deletions
diff --git a/dev-R/cpp11/metadata.xml b/dev-R/cpp11/metadata.xml index efaba2fdd040..b0a0e2318e11 100644 --- a/dev-R/cpp11/metadata.xml +++ b/dev-R/cpp11/metadata.xml @@ -1,23 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <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 -the C API as well as C++ exceptions, conform to normal R -function semantics and supports interaction with 'ALTREP' -vectors. - </longdescription> - <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 + <longdescription lang="en">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 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> |
