blob: fa0badfeee276dd109c669d6aeceebb41d495f5e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/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">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.</longdescription>
<upstream>
<maintainer>
<email>mmaechler+Matrix@gmail.com</email>
<name>Martin Maechler</name>
</maintainer>
<changelog>https://cran.r-project.org/web/packages/Matrix/ChangeLog</changelog>
<bugs-to>https://r-forge.r-project.org/tracker/?group_id=61</bugs-to>
<doc lang="en">https://cran.r-project.org/web/packages/Matrix/Matrix.pdf</doc>
</upstream>
<origin>gentoo-guru-overlay</origin>
</pkgmetadata>
|