summaryrefslogtreecommitdiff
path: root/dev-R/RcppArmadillo
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-05-02 12:38:50 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-05-02 12:38:50 +0000
commit4074f66428fb80b420c673bfe9953d714c4cf38a (patch)
tree5169016a52da36083c7feddec601a4d8ca185468 /dev-R/RcppArmadillo
parentd40d21a7f88f4a7a2f324a38f21567ce7de593da (diff)
downloadbaldeagleos-repo-4074f66428fb80b420c673bfe9953d714c4cf38a.tar.gz
baldeagleos-repo-4074f66428fb80b420c673bfe9953d714c4cf38a.tar.xz
baldeagleos-repo-4074f66428fb80b420c673bfe9953d714c4cf38a.zip
Adding metadata
Diffstat (limited to 'dev-R/RcppArmadillo')
-rw-r--r--dev-R/RcppArmadillo/metadata.xml55
1 files changed, 27 insertions, 28 deletions
diff --git a/dev-R/RcppArmadillo/metadata.xml b/dev-R/RcppArmadillo/metadata.xml
index 58bb4fab5cab..a561238c2204 100644
--- a/dev-R/RcppArmadillo/metadata.xml
+++ b/dev-R/RcppArmadillo/metadata.xml
@@ -1,30 +1,29 @@
<?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 lang="en">
- 'Rcpp' Integration for the 'Armadillo' Templated Linear Algebra
- Library // 'Armadillo' is a templated C++ linear algebra
- library (by Conrad Sanderson) that aims towards a good balance
- between speed and ease of use. Integer, floating point and
- complex numbers are supported, as well as a subset of
- trigonometric and statistics functions. Various matrix
- decompositions are provided through optional integration with
- LAPACK and ATLAS libraries. The 'RcppArmadillo' package
- includes the header files from the templated 'Armadillo'
- library. Thus users do not need to install 'Armadillo' itself
- in order to use 'RcppArmadillo'. From release 7.800.0 on,
- 'Armadillo' is licensed under Apache License 2; previous
- releases were under licensed as MPL 2.0 from version 3.800.0
- onwards and LGPL-3 prior to that; 'RcppArmadillo' (the 'Rcpp'
- bindings/bridge to Armadillo) is licensed under the GNU GPL
- version 2 or later, as is the rest of 'Rcpp'. Armadillo
- requires a C++11 compiler.
- </longdescription>
-
- <origin>gentoo-guru-overlay</origin>
-</pkgmetadata> \ No newline at end of file
+ <maintainer type="person">
+ <description>co-maintainers welcome</description>
+ <email>lssndrbarbieri@gmail.com</email>
+ <name>Alessandro Barbieri</name>
+ </maintainer>
+ <longdescription lang="en">'Armadillo' is a templated C++ linear algebra library (by Conrad
+Sanderson) that aims towards a good balance between speed and ease of
+use. Integer, floating point and complex numbers are supported, as
+well as a subset of trigonometric and statistics functions. Various
+matrix decompositions are provided through optional integration with
+LAPACK and ATLAS libraries. The 'RcppArmadillo' package includes the
+header files from the templated 'Armadillo' library. Thus users do
+not need to install 'Armadillo' itself in order to use
+'RcppArmadillo'. From release 7.800.0 on, 'Armadillo' is licensed
+under Apache License 2; previous releases were under licensed as MPL
+2.0 from version 3.800.0 onwards and LGPL-3 prior to that;
+'RcppArmadillo' (the 'Rcpp' bindings/bridge to Armadillo) is licensed
+under the GNU GPL version 2 or later, as is the rest of 'Rcpp'.
+Armadillo requires a C++11 compiler.</longdescription>
+ <upstream>
+ <maintainer>
+ <name>Dirk Eddelbuettel</name>
+ <email>edd@debian.org</email>
+ </maintainer>
+ </upstream>
+</pkgmetadata>