SCM Repository
[matrix] Annotation of /pkg/DESCRIPTION
Annotation of /pkg/DESCRIPTION
Parent Directory
|
Revision Log
Revision 1963 -
(view)
(download)
1 : |
bates |
10 |
Package: Matrix
|
2 : |
bates |
1963 |
Version: 0.999375-1
|
3 : |
|
|
Date: 2007-07-xx
|
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 : |
maechler |
1855 |
Maintainer: Doug and Martin <Matrix-authors@R-project.org>
|
7 : |
bates |
1486 |
Description: Classes and methods for dense and sparse matrices and
|
8 : |
maechler |
1548 |
operations on them using Lapack, CSparse and CHOLMOD
|
9 : |
bates |
1827 |
Depends: R (>= 2.5.0), stats, methods, utils, lattice
|
10 : |
bates |
772 |
Imports: graphics, lattice, grid, stats
|
11 : |
maechler |
1472 |
Enhances: graph, SparseM
|
12 : |
maechler |
1052 |
SystemRequirements: GNU make
|
13 : |
bates |
257 |
LazyLoad: yes
|
14 : |
maechler |
1346 |
LazyData: no
|
15 : |
maechler |
1647 |
LazyDataNote: no longer available, since we use data/*.R *and* our classes
|
16 : |
bates |
257 |
License: GPL version 2 or later.
|
17 : |
bates |
1538 |
This R package includes libraries CHOLMOD, AMD, COLAMD and CSparse
|
18 : |
|
|
from the University of Florida sparse matrix library maintained by Tim
|
19 : |
|
|
Davis. All sections of that code are covered by the GPL or LGPL
|
20 : |
|
|
licenses. See the directory doc/UFsparse for details.
|