1 : |
bates |
10 |
Package: Matrix
|
2 : |
mmaechler |
3227 |
Version: 1.2-12
|
3 : |
|
|
Date: 2017-09-00
|
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 : |
|
|
Authors@R: c(person("Douglas","Bates", role="aut")
|
8 : |
|
|
, person("Martin","Maechler", email="mmaechler+Matrix@gmail.com",
|
9 : |
|
|
role = c("aut","cre"))
|
10 : |
|
|
, person("Timothy A.", "Davis", role="ctb",
|
11 : |
|
|
comment = c("SuiteSparse and 'cs' C libraries, notably CHOLMOD, AMD;",
|
12 : |
|
|
"collaborators listed in",
|
13 : |
|
|
"dir(pattern = '^[A-Z]+\.txt$',
|
14 : |
|
|
system.file('doc','SuiteSparse', package='Matrix'))")
|
15 : |
|
|
, person("Jens", "Oehlschlägel", role="ctb", comment="initial nearPD()")
|
16 : |
|
|
, person("Jason", "Riedy", role="ctb",
|
17 : |
|
|
comment = c("condest() and onenormest() for octave",
|
18 : |
|
|
"Copyright: Regents of the University of California"))
|
19 : |
|
|
, person("R Core Team", role = "ctb", comment="base R matrix implementation")
|
20 : |
|
|
, person("R Foundation", role = "ctb", comment="some po/ translation files")
|
21 : |
|
|
)
|
22 : |
mmaechler |
2827 |
Maintainer: Martin Maechler <mmaechler+Matrix@gmail.com>
|
23 : |
bates |
1486 |
Description: Classes and methods for dense and sparse matrices and
|
24 : |
mmaechler |
3080 |
operations on them using 'LAPACK' and 'SuiteSparse'.
|
25 : |
mmaechler |
3124 |
Depends: R (>= 3.0.1)
|
26 : |
|
|
Imports: methods, graphics, grid, stats, utils, lattice
|
27 : |
mmaechler |
2748 |
Suggests: expm, MASS
|
28 : |
mmaechler |
2776 |
Enhances: MatrixModels, graph, SparseM, sfsmisc
|
29 : |
mmaechler |
2653 |
Encoding: UTF-8
|
30 : |
maechler |
1346 |
LazyData: no
|
31 : |
mmaechler |
2933 |
LazyDataNote: not possible, since we use data/*.R *and* our classes
|
32 : |
mmaechler |
2701 |
BuildResaveData: no
|
33 : |
mmaechler |
3164 |
License: GPL (>= 2) | file LICENCE
|
34 : |
dmbates |
2504 |
URL: http://Matrix.R-forge.R-project.org/
|