SCM Repository
[matrix] Annotation of /pkg/Matrix/DESCRIPTION
Annotation of /pkg/Matrix/DESCRIPTION
Parent Directory
|
Revision Log
Revision 2633 -
(view)
(download)
1 : |
bates |
10 |
Package: Matrix
|
2 : |
mmaechler |
2627 |
Version: 0.999375-46
|
3 : |
mmaechler |
2633 |
Date: 2010-12-12
|
4 : |
mmaechler |
2368 |
Priority: recommended
|
5 : |
mmaechler |
2271 |
Title: Sparse and Dense Matrix Classes and Methods
|
6 : |
bates |
492 |
Author: Douglas Bates <bates@stat.wisc.edu> and Martin Maechler <maechler@stat.math.ethz.ch>
|
7 : |
maechler |
1855 |
Maintainer: Doug and Martin <Matrix-authors@R-project.org>
|
8 : |
bates |
1486 |
Description: Classes and methods for dense and sparse matrices and
|
9 : |
dmbates |
2274 |
operations on them using Lapack and SuiteSparse.
|
10 : |
mmaechler |
2588 |
Depends: R (>= 2.10.0), stats, methods, utils, lattice
|
11 : |
mmaechler |
2589 |
Imports: graphics, grid
|
12 : |
mmaechler |
2620 |
Enhances: MatrixModels, graph, SparseM, sfsmisc
|
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 : |
mmaechler |
2534 |
Encoding: UTF-8
|
17 : |
maechler |
2093 |
License: GPL (>= 2)
|
18 : |
dmbates |
2274 |
LicenseDetails: The Matrix package includes libraries AMD, CHOLMOD,
|
19 : |
mmaechler |
2288 |
COLAMD, CSparse and SPQR from the SuiteSparse collection of Tim
|
20 : |
|
|
Davis. All sections of that code are covered by the GPL or LGPL
|
21 : |
bates |
1538 |
licenses. See the directory doc/UFsparse for details.
|
22 : |
dmbates |
2504 |
URL: http://Matrix.R-forge.R-project.org/
|