diff --git a/dev-R/RcppArmadillo/Manifest b/dev-R/RcppArmadillo/Manifest new file mode 100644 index 0000000000..d669ccdb93 --- /dev/null +++ b/dev-R/RcppArmadillo/Manifest @@ -0,0 +1 @@ +DIST RcppArmadillo_0.10.5.0.0.tar.gz 1669395 BLAKE2B 5b9c7e8d63ed5c782c8a848b6d580fb31bba89e7668048a90416ba1dd95554c2d78011c11b43f4a2c6be3ee4283b44acc84977e601faf6a688256a3cebf3a739 SHA512 843012eb1b44141ef7b2a20db140eed1f219c3eba6b435e7651884c010626ccd9618d962d9d923cacecd9d63c58ad5722ce78604debe2be165aea59bd336e548 diff --git a/dev-R/RcppArmadillo/RcppArmadillo-0.10.5.0.0.ebuild b/dev-R/RcppArmadillo/RcppArmadillo-0.10.5.0.0.ebuild new file mode 100644 index 0000000000..849f5e730c --- /dev/null +++ b/dev-R/RcppArmadillo/RcppArmadillo-0.10.5.0.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit R-packages + +DESCRIPTION='Rcpp Integration for the Armadillo templated linear algebra library' +KEYWORDS="~amd64" +LICENSE='GPL-2+' + +DEPEND=" + >=dev-lang/R-3.3.0 + >=dev-R/Rcpp-0.11.0 +" +RDEPEND=" + ${DEPEND} + dev-R/Rcpp +" diff --git a/dev-R/RcppArmadillo/metadata.xml b/dev-R/RcppArmadillo/metadata.xml new file mode 100644 index 0000000000..99c0878385 --- /dev/null +++ b/dev-R/RcppArmadillo/metadata.xml @@ -0,0 +1,23 @@ + + + + + '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. + +