SCM Repository
[matrix] Annotation of /pkg/Matrix/DESCRIPTION
Annotation of /pkg/Matrix/DESCRIPTION
Parent Directory
|
Revision Log
Revision 2842 -
(view)
(download)
1 : |
bates |
10 |
Package: Matrix
|
2 : |
mmaechler |
2837 |
Version: 1.0-10
|
3 : |
mmaechler |
2840 |
Date: 2012-10-05
|
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 : |
mmaechler |
2827 |
Maintainer: Martin Maechler <mmaechler+Matrix@gmail.com>
|
8 : |
mmaechler |
2825 |
Contact: Doug and Martin <Matrix-authors@R-project.org>
|
9 : |
bates |
1486 |
Description: Classes and methods for dense and sparse matrices and
|
10 : |
dmbates |
2274 |
operations on them using Lapack and SuiteSparse.
|
11 : |
mmaechler |
2775 |
Depends: R (>= 2.15.0), stats, methods, utils, lattice
|
12 : |
mmaechler |
2589 |
Imports: graphics, grid
|
13 : |
mmaechler |
2748 |
Suggests: expm, MASS
|
14 : |
mmaechler |
2776 |
Enhances: MatrixModels, graph, SparseM, sfsmisc
|
15 : |
mmaechler |
2653 |
Encoding: UTF-8
|
16 : |
maechler |
1346 |
LazyData: no
|
17 : |
maechler |
1647 |
LazyDataNote: no longer available, since we use data/*.R *and* our classes
|
18 : |
mmaechler |
2842 |
ByteCompile: yes
|
19 : |
mmaechler |
2701 |
BuildResaveData: no
|
20 : |
maechler |
2093 |
License: GPL (>= 2)
|
21 : |
dmbates |
2274 |
LicenseDetails: The Matrix package includes libraries AMD, CHOLMOD,
|
22 : |
mmaechler |
2288 |
COLAMD, CSparse and SPQR from the SuiteSparse collection of Tim
|
23 : |
|
|
Davis. All sections of that code are covered by the GPL or LGPL
|
24 : |
bates |
1538 |
licenses. See the directory doc/UFsparse for details.
|
25 : |
dmbates |
2504 |
URL: http://Matrix.R-forge.R-project.org/
|