Revision aa9c43271dbf74b15e4614d08de4b3b827ef413f authored by Martin Maechler on 01 June 2021, 05:10:06 UTC, committed by cran-robot on 01 June 2021, 05:10:06 UTC
1 parent 2e9cdfc
Raw File
DESCRIPTION
Package: Matrix
Version: 1.3-4
Date: 2021-05-24
Priority: recommended
Title: Sparse and Dense Matrix Classes and Methods
Contact: Doug and Martin <Matrix-authors@R-project.org>
Maintainer: Martin Maechler <mmaechler+Matrix@gmail.com>
Authors@R: c(person("Douglas","Bates", role="aut")
 , person("Martin","Maechler", role = c("aut","cre"), email="mmaechler+Matrix@gmail.com",
          comment = c(ORCID = "0000-0002-8685-9910"))
 , person("Timothy A.", "Davis", role="ctb",
           comment = c("SuiteSparse and 'cs' C libraries, notably CHOLMOD, AMD;
		       collaborators listed in
			dir(pattern = '^[A-Z]+[.]txt$', full.names=TRUE,
			    system.file('doc', 'SuiteSparse', package='Matrix'))"))
 , person("Jens", "Oehlschlägel", role="ctb", comment="initial nearPD()")
 , person("Jason", "Riedy", role="ctb",
          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")
 )
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.5.0)
Imports: methods, graphics, grid, stats, utils, lattice
Suggests: expm, MASS
Enhances: MatrixModels, graph, SparseM, sfsmisc, igraph, maptools, sp,
        spdep
EnhancesNote: line 2: for "Rd xrefs"
Encoding: UTF-8
LazyData: no
LazyDataNote: not possible, since we use data/*.R *and* our classes
BuildResaveData: no
License: GPL (>= 2) | file LICENCE
URL: http://Matrix.R-forge.R-project.org/
BugReports: https://r-forge.r-project.org/tracker/?group_id=61
NeedsCompilation: yes
Packaged: 2021-05-29 14:45:57 UTC; maechler
Author: Douglas Bates [aut],
  Martin Maechler [aut, cre] (<https://orcid.org/0000-0002-8685-9910>),
  Timothy A. Davis [ctb] (SuiteSparse and 'cs' C libraries, notably
    CHOLMOD, AMD; collaborators listed in dir(pattern =
    '^[A-Z]+[.]txt$', full.names=TRUE, system.file('doc',
    'SuiteSparse', package='Matrix'))),
  Jens Oehlschlägel [ctb] (initial nearPD()),
  Jason Riedy [ctb] (condest() and onenormest() for octave, Copyright:
    Regents of the University of California),
  R Core Team [ctb] (base R matrix implementation)
Repository: CRAN
Date/Publication: 2021-06-01 06:10:06 UTC
back to top