--- pkg/Matrix/DESCRIPTION 2017/08/21 16:02:51 3230 +++ pkg/Matrix/DESCRIPTION 2017/09/04 15:22:49 3231 @@ -1,6 +1,6 @@ Package: Matrix Version: 1.2-12 -Date: 2017-08-21 +Date: 2017-09-04 Priority: recommended Title: Sparse and Dense Matrix Classes and Methods Contact: Doug and Martin @@ -17,11 +17,12 @@ comment = c("condest() and onenormest() for octave", "Copyright: Regents of the University of California")) , person("R Core Team", role = "ctb", comment="base R matrix implementation") - , person("R Foundation", role = "ctb", comment="some po/ translation files") ) Maintainer: Martin Maechler -Description: Classes and methods for dense and sparse matrices and - operations on them using 'LAPACK' and 'SuiteSparse'. +Description: A rich hierarchy of matrix classes, including triangular, + symmetric, and diagonal matrices, both dense and sparse and with + pattern, logical and numeric entries. Numerous methods for and + operations on these matrices, using 'LAPACK' and 'SuiteSparse' libraries. Depends: R (>= 3.0.1) Imports: methods, graphics, grid, stats, utils, lattice Suggests: expm, MASS