SCM Repository
[matrix] Annotation of /pkg/Matrix/DESCRIPTION
Annotation of /pkg/Matrix/DESCRIPTION
Parent Directory
|
Revision Log
Revision 1346 -
(view)
(download)
Original Path: pkg/DESCRIPTION
1 : |
bates |
10 |
Package: Matrix
|
2 : |
maechler |
1329 |
Version: 0.995-13
|
3 : |
maechler |
1346 |
Date: 2006-08-03
|
4 : |
bates |
10 |
Title: A Matrix package for R
|
5 : |
bates |
492 |
Author: Douglas Bates <bates@stat.wisc.edu> and Martin Maechler <maechler@stat.math.ethz.ch>
|
6 : |
bates |
10 |
Maintainer: Douglas Bates <bates@stat.wisc.edu>
|
7 : |
|
|
Description: Classes and methods for numerical linear algebra
|
8 : |
bates |
257 |
using Lapack, LDL, and Metis.
|
9 : |
bates |
1291 |
Depends: R (>= 2.3.1), stats, methods, utils, lattice
|
10 : |
bates |
772 |
Imports: graphics, lattice, grid, stats
|
11 : |
bates |
820 |
Suggests: mlmRev, MASS, coda
|
12 : |
maechler |
1052 |
SystemRequirements: GNU make
|
13 : |
bates |
257 |
LazyLoad: yes
|
14 : |
maechler |
1346 |
LazyData: no
|
15 : |
|
|
LazyDataNote: no longer available, since we use data/*.R
|
16 : |
bates |
257 |
License: GPL version 2 or later.
|
17 : |
bates |
1325 |
This R package includes code from the Metis package and from NIST.
|
18 : |
|
|
This code is covered by separate copyrights; see the file Copyrights
|
19 : |
|
|
for details. This R package includes code from the University of
|
20 : |
|
|
Florida sparse matrix library maintained by Tim Davis. All sections
|
21 : |
|
|
of that code are covered by the GPL or LGPL licenses. See the
|
22 : |
|
|
directory doc/UFsparse for details.
|
23 : |
bates |
1053 |
|