Package: sparseLRMatrix
Title: Represent and Use Sparse + Low Rank Matrices
Version: 0.1.0
Authors@R: 
    person(given = "Alex",
           family = "Hayes",
           role = c("aut", "cre", "cph"),
           email = "alexpghayes@gmail.com",
           comment = c(ORCID = "0000-0002-4985-5160"))
Description: Provides an S4 class for representing and
    interacting with sparse plus rank matrices. At the moment the
    implementation is quite spare, but the plan is eventually subclass
    Matrix objects.
License: MIT + file LICENSE
URL: https://rohelab.github.io/sparseLRMatrix/,
        https://github.com/RoheLab/sparseLRMatrix
BugReports: https://github.com/RoheLab/sparseLRMatrix/issues
Depends: Matrix, methods
Imports: RSpectra
Suggests: covr, testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1.9000
NeedsCompilation: no
Packaged: 2021-03-01 02:58:02 UTC; alex
Author: Alex Hayes [aut, cre, cph] (<https://orcid.org/0000-0002-4985-5160>)
Maintainer: Alex Hayes <alexpghayes@gmail.com>
Repository: CRAN
Date/Publication: 2021-03-02 10:50:02 UTC
Built: R 4.6.0; ; 2025-08-18 07:34:15 UTC; unix
