1 : |
bates |
10 |
Package: Matrix
|
2 : |
mmaechler |
3245 |
Version: 1.2-13
|
3 : |
mmaechler |
3270 |
Date: 2018-03-23
|
4 : |
mmaechler |
2368 |
Priority: recommended
|
5 : |
mmaechler |
2271 |
Title: Sparse and Dense Matrix Classes and Methods
|
6 : |
mmaechler |
3227 |
Contact: Doug and Martin <Matrix-authors@R-project.org>
|
7 : |
mmaechler |
3239 |
Maintainer: Martin Maechler <mmaechler+Matrix@gmail.com>
|
8 : |
mmaechler |
3227 |
Authors@R: c(person("Douglas","Bates", role="aut")
|
9 : |
|
|
, person("Martin","Maechler", email="mmaechler+Matrix@gmail.com",
|
10 : |
|
|
role = c("aut","cre"))
|
11 : |
|
|
, person("Timothy A.", "Davis", role="ctb",
|
12 : |
mmaechler |
3239 |
comment = c("SuiteSparse and 'cs' C libraries, notably CHOLMOD, AMD;
|
13 : |
|
|
collaborators listed in
|
14 : |
|
|
dir(pattern = '^[A-Z]+[.]txt$', full.names=TRUE,
|
15 : |
|
|
system.file('doc', 'SuiteSparse', package='Matrix'))"))
|
16 : |
mmaechler |
3227 |
, person("Jens", "Oehlschlägel", role="ctb", comment="initial nearPD()")
|
17 : |
|
|
, person("Jason", "Riedy", role="ctb",
|
18 : |
|
|
comment = c("condest() and onenormest() for octave",
|
19 : |
|
|
"Copyright: Regents of the University of California"))
|
20 : |
|
|
, person("R Core Team", role = "ctb", comment="base R matrix implementation")
|
21 : |
|
|
)
|
22 : |
mmaechler |
3231 |
Description: A rich hierarchy of matrix classes, including triangular,
|
23 : |
|
|
symmetric, and diagonal matrices, both dense and sparse and with
|
24 : |
|
|
pattern, logical and numeric entries. Numerous methods for and
|
25 : |
|
|
operations on these matrices, using 'LAPACK' and 'SuiteSparse' libraries.
|
26 : |
mmaechler |
3270 |
Depends: R (>= 3.2.0)
|
27 : |
mmaechler |
3124 |
Imports: methods, graphics, grid, stats, utils, lattice
|
28 : |
mmaechler |
2748 |
Suggests: expm, MASS
|
29 : |
mmaechler |
2776 |
Enhances: MatrixModels, graph, SparseM, sfsmisc
|
30 : |
mmaechler |
2653 |
Encoding: UTF-8
|
31 : |
maechler |
1346 |
LazyData: no
|
32 : |
mmaechler |
2933 |
LazyDataNote: not possible, since we use data/*.R *and* our classes
|
33 : |
mmaechler |
2701 |
BuildResaveData: no
|
34 : |
mmaechler |
3164 |
License: GPL (>= 2) | file LICENCE
|
35 : |
dmbates |
2504 |
URL: http://Matrix.R-forge.R-project.org/
|
36 : |
mmaechler |
3258 |
BugReports: https://r-forge.r-project.org/tracker/?group_id=61
|