--- pkg/Matrix/DESCRIPTION 2010/12/18 16:52:33 2634 +++ pkg/Matrix/DESCRIPTION 2014/03/12 18:44:33 2970 @@ -1,21 +1,24 @@ Package: Matrix -Version: 0.999375-47 -Date: 2010-..-.. +Version: 1.1-3 +Date: 2014-03-12 Priority: recommended Title: Sparse and Dense Matrix Classes and Methods -Author: Douglas Bates and Martin Maechler -Maintainer: Doug and Martin +Author: Douglas Bates and Martin Maechler +Maintainer: Martin Maechler +Contact: Doug and Martin Description: Classes and methods for dense and sparse matrices and - operations on them using Lapack and SuiteSparse. -Depends: R (>= 2.10.0), stats, methods, utils, lattice -Imports: graphics, grid + operations on them using LAPACK and SuiteSparse. +Depends: R (>= 2.15.2), methods +Imports: graphics, grid, stats, utils, lattice +Suggests: expm, MASS Enhances: MatrixModels, graph, SparseM, sfsmisc -LazyLoad: yes -LazyData: no -LazyDataNote: no longer available, since we use data/*.R *and* our classes Encoding: UTF-8 +LazyData: no +LazyDataNote: not possible, since we use data/*.R *and* our classes +ByteCompile: yes +BuildResaveData: no License: GPL (>= 2) -LicenseDetails: The Matrix package includes libraries AMD, CHOLMOD, +LicenseNote: The Matrix package includes libraries AMD, CHOLMOD, COLAMD, CSparse and SPQR from the SuiteSparse collection of Tim Davis. All sections of that code are covered by the GPL or LGPL licenses. See the directory doc/UFsparse for details.