diff --git a/dev-R/Matrix/Manifest b/dev-R/Matrix/Manifest new file mode 100644 index 0000000000..70a2863cff --- /dev/null +++ b/dev-R/Matrix/Manifest @@ -0,0 +1 @@ +DIST Matrix_1.3-3.tar.gz 2049932 BLAKE2B 141f9a63c9539dfe90e590495d5ab0e0a8ee6600ea48b2ac4f8b23fbf717de70ccbaa9ba3ba9ef12b913c8a49279d230f8588e84f45a11901e86ea6db3c9bfef SHA512 7ef17c1eb0d249895fd37dab41b1e29a8721b6cdd0dddbf62b8d0674281b10feb8397a7559ee30b0718a2fd0889d1820db90105f08ae1c76e48970a0fb1ed575 diff --git a/dev-R/Matrix/Matrix-1.3.3.ebuild b/dev-R/Matrix/Matrix-1.3.3.ebuild new file mode 100644 index 0000000000..3ee6f57ea4 --- /dev/null +++ b/dev-R/Matrix/Matrix-1.3.3.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit R-packages + +DESCRIPTION='Sparse and Dense Matrix Classes and Methods' +KEYWORDS="~amd64" +SRC_URI="http://cran.r-project.org/src/contrib/Matrix_1.3-3.tar.gz" +LICENSE='GPL-2+' + +DEPEND=" + virtual/lattice + >=dev-lang/R-3.5.0 + dev-lang/R[minimal] +" +RDEPEND="${DEPEND}" diff --git a/dev-R/Matrix/metadata.xml b/dev-R/Matrix/metadata.xml new file mode 100644 index 0000000000..f44f57508f --- /dev/null +++ b/dev-R/Matrix/metadata.xml @@ -0,0 +1,12 @@ + + + + + Sparse and Dense Matrix Classes and Methods // A rich hierarchy + of matrix classes, including triangular, symmetric, and + diagonal matrices, both dense and sparse and with pattern, + logical and numeric entries. Numerous methods for and + operations on these matrices, using 'LAPACK' and 'SuiteSparse' + libraries. + +