69 lines
3.3 KiB
Plaintext
69 lines
3.3 KiB
Plaintext
|
Package: Matrix
|
||
|
Version: 1.7-1
|
||
|
VersionNote: do also bump src/version.h, inst/include/Matrix/version.h
|
||
|
Date: 2024-10-17
|
||
|
Priority: recommended
|
||
|
Title: Sparse and Dense Matrix Classes and Methods
|
||
|
Description: A rich hierarchy of sparse and dense matrix classes,
|
||
|
including general, symmetric, triangular, and diagonal matrices
|
||
|
with numeric, logical, or pattern entries. Efficient methods for
|
||
|
operating on such matrices, often wrapping the 'BLAS', 'LAPACK',
|
||
|
and 'SuiteSparse' libraries.
|
||
|
License: GPL (>= 2) | file LICENCE
|
||
|
URL: https://Matrix.R-forge.R-project.org
|
||
|
BugReports: https://R-forge.R-project.org/tracker/?atid=294&group_id=61
|
||
|
Contact: Matrix-authors@R-project.org
|
||
|
Authors@R:
|
||
|
c(person("Douglas", "Bates", role = "aut",
|
||
|
comment = c(ORCID = "0000-0001-8316-9503")),
|
||
|
person("Martin", "Maechler", role = c("aut", "cre"),
|
||
|
email = "mmaechler+Matrix@gmail.com",
|
||
|
comment = c(ORCID = "0000-0002-8685-9910")),
|
||
|
person("Mikael", "Jagan", role = "aut",
|
||
|
comment = c(ORCID = "0000-0002-3542-2938")),
|
||
|
person("Timothy A.", "Davis", role = "ctb",
|
||
|
comment = c(ORCID = "0000-0001-7614-6899",
|
||
|
"SuiteSparse libraries",
|
||
|
"collaborators listed in dir(system.file(\"doc\", \"SuiteSparse\", package=\"Matrix\"), pattern=\"License\", full.names=TRUE, recursive=TRUE)")),
|
||
|
person("George", "Karypis", role = "ctb",
|
||
|
comment = c(ORCID = "0000-0003-2753-1437",
|
||
|
"METIS library",
|
||
|
"Copyright: Regents of the University of Minnesota")),
|
||
|
person("Jason", "Riedy", role = "ctb",
|
||
|
comment = c(ORCID = "0000-0002-4345-4200",
|
||
|
"GNU Octave's condest() and onenormest()",
|
||
|
"Copyright: Regents of the University of California")),
|
||
|
person("Jens", "Oehlschlägel", role = "ctb",
|
||
|
comment = "initial nearPD()"),
|
||
|
person("R Core Team", role = "ctb",
|
||
|
comment = "base R's matrix implementation"))
|
||
|
Depends: R (>= 4.4.0), methods
|
||
|
Imports: grDevices, graphics, grid, lattice, stats, utils
|
||
|
Suggests: MASS, datasets, sfsmisc, tools
|
||
|
Enhances: SparseM, graph
|
||
|
LazyData: no
|
||
|
LazyDataNote: not possible, since we use data/*.R and our S4 classes
|
||
|
BuildResaveData: no
|
||
|
Encoding: UTF-8
|
||
|
NeedsCompilation: yes
|
||
|
Packaged: 2024-10-17 20:22:00 UTC; maechler
|
||
|
Author: Douglas Bates [aut] (<https://orcid.org/0000-0001-8316-9503>),
|
||
|
Martin Maechler [aut, cre] (<https://orcid.org/0000-0002-8685-9910>),
|
||
|
Mikael Jagan [aut] (<https://orcid.org/0000-0002-3542-2938>),
|
||
|
Timothy A. Davis [ctb] (<https://orcid.org/0000-0001-7614-6899>,
|
||
|
SuiteSparse libraries, collaborators listed in
|
||
|
dir(system.file("doc", "SuiteSparse", package="Matrix"),
|
||
|
pattern="License", full.names=TRUE, recursive=TRUE)),
|
||
|
George Karypis [ctb] (<https://orcid.org/0000-0003-2753-1437>, METIS
|
||
|
library, Copyright: Regents of the University of Minnesota),
|
||
|
Jason Riedy [ctb] (<https://orcid.org/0000-0002-4345-4200>, GNU
|
||
|
Octave's condest() and onenormest(), Copyright: Regents of the
|
||
|
University of California),
|
||
|
Jens Oehlschlägel [ctb] (initial nearPD()),
|
||
|
R Core Team [ctb] (base R's matrix implementation)
|
||
|
Maintainer: Martin Maechler <mmaechler+Matrix@gmail.com>
|
||
|
Repository: CRAN
|
||
|
Date/Publication: 2024-10-18 18:10:02 UTC
|
||
|
Built: R 4.4.2; x86_64-w64-mingw32; 2024-10-31 16:49:54 UTC; windows
|
||
|
Archs: x64
|