1 |
Package: Matrix |
Package: Matrix |
2 |
Version: 0.97-2 |
Version: 0.995-11 |
3 |
Date: 2005-07-06 |
Date: 2006-06-09 |
4 |
Title: A Matrix package for R |
Title: A Matrix package for R |
5 |
Author: Douglas Bates <bates@stat.wisc.edu> and Martin Maechler <maechler@stat.math.ethz.ch> |
Author: Douglas Bates <bates@stat.wisc.edu> and Martin Maechler <maechler@stat.math.ethz.ch> |
6 |
Maintainer: Douglas Bates <bates@stat.wisc.edu> |
Maintainer: Douglas Bates <bates@stat.wisc.edu> |
7 |
Description: Classes and methods for numerical linear algebra |
Description: Classes and methods for numerical linear algebra |
8 |
using Lapack, LDL, and Metis. |
using Lapack, LDL, and Metis. |
9 |
Depends: R (>= 2.1.0), methods |
Depends: R (>= 2.3.1), stats, methods, utils, lattice |
10 |
Imports: graphics, lattice, grid, stats |
Imports: graphics, lattice, grid, stats |
11 |
Suggests: mlmRev, MASS |
Suggests: mlmRev, MASS, coda |
12 |
|
SystemRequirements: GNU make |
13 |
LazyLoad: yes |
LazyLoad: yes |
14 |
LazyData: yes |
LazyData: yes |
15 |
License: GPL version 2 or later. |
License: GPL version 2 or later. |
16 |
This R package includes code from the LDL and Metis packages, |
This R package includes code from the Metis package and from NIST. This code is |
17 |
which are covered by separate copyrights. See the file Copyrights for |
covered by separate copyrights; see the file Copyrights for details. This R package |
18 |
details. |
includes code from the University of Florida sparse matrix library maintained by |
19 |
|
Tim Davis. All sections of that code are covered by the GPL or LGPL licenses. See the |
20 |
|
directory UFsparse for details. |
21 |
|
|