Skip to content

Commit

Permalink
version 1.6-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Maechler authored and cran-robot committed Aug 14, 2023
1 parent 2b05c7b commit b095fff
Show file tree
Hide file tree
Showing 155 changed files with 16,655 additions and 13,934 deletions.
10 changes: 5 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Package: Matrix
Version: 1.6-0
Date: 2023-06-30
Version: 1.6-1
Date: 2023-08-11
Priority: recommended
Title: Sparse and Dense Matrix Classes and Methods
Description: A rich hierarchy of sparse and dense matrix classes,
including general, triangular, symmetric, and diagonal matrices
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.
Expand Down Expand Up @@ -41,7 +41,7 @@ LazyDataNote: not possible, since we use data/*.R and our S4 classes
BuildResaveData: no
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2023-07-03 13:28:32 UTC; maechler
Packaged: 2023-08-11 10:11:59 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>),
Expand All @@ -56,4 +56,4 @@ Author: Douglas Bates [aut] (<https://orcid.org/0000-0001-8316-9503>),
R Core Team [ctb] (base R's matrix implementation)
Maintainer: Martin Maechler <mmaechler+Matrix@gmail.com>
Repository: CRAN
Date/Publication: 2023-07-08 11:00:09 UTC
Date/Publication: 2023-08-14 07:20:02 UTC
303 changes: 154 additions & 149 deletions MD5

Large diffs are not rendered by default.

30 changes: 17 additions & 13 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ importFrom("methods", .hasSlot, .selectSuperClasses, .slotNames,

importFrom("stats", contr.SAS, contr.helmert, contr.poly, contr.sum,
contr.treatment, "contrasts<-", cov2cor , diffinv, model.frame,
rnorm, runif, symnum, terms, toeplitz, update, setNames)
rnorm, runif, symnum, terms, toeplitz, update)

importFrom("utils", capture.output, head, head.matrix, str, tail, tail.matrix)

Expand All @@ -40,39 +40,39 @@ importFrom("utils", capture.output, head, head.matrix, str, tail, tail.matrix)

## ---- Non-generic functions ------------------------------------------

export(.CR2RC,
.CR2T,
export(.M2C,
.M2R,
.M2T,
.M2diag,
.M2gen,
.M2kind,
.M2m,
.M2packed,
.M2sym,
.M2tri,
.M2unpacked,
.M2v,
.SuiteSparse_version,
.T2CR,
.bdiag,
.dense2g,
.dense2kind,
.dense2m,
.dense2sparse,
.dense2v,
.diag.dsC,
.diag2dense,
.diag2sparse,
.diagN2U,
.diagU2N,
.ind2dense,
.ind2sparse,
.formatSparseSimple,
.m2dense,
.m2sparse,
.sparse2dense,
.sparse2g,
.sparse2kind,
.sparse2m,
.sparse2v,
.sparseDiagonal,
.symDiagonal,
.trDiagonal,
.solve.dgC.chol,
.solve.dgC.lu,
.solve.dgC.qr,
.tCR2RC,
.tCRT,
.updateCHMfactor,
.validateCsparse,
Diagonal,
Expand Down Expand Up @@ -134,6 +134,10 @@ export(..2dge, .C2nC, .T2Cmat, .asmatrix, .dense2sy,
## Defunct since Matrix 1.3-3 {May 2021}
export(cBind, rBind)

## Redundant now but not yet deprecated ...
export(.CR2RC, .CR2T, .T2CR, .dense2g, .dense2kind, .dense2m, .dense2v,
.sparse2g, .sparse2kind, .sparse2m, .sparse2v, .tCR2RC)


## ---- S3 generic functions -------------------------------------------

Expand Down
Loading

0 comments on commit b095fff

Please sign in to comment.