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
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1.9000
