Package: sparseLRMatrix Title: Represent and Use Sparse + Low Rank Matrices Version: 0.1.0.9000 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 Roxygen: list(markdown = TRUE) RoxygenNote: 7.1.1.9000 Repository: https://rohelab.r-universe.dev Date/Publication: 2021-03-02 18:50:58 UTC RemoteUrl: https://github.com/rohelab/sparselrmatrix RemoteRef: HEAD RemoteSha: ba5d7ddda4b46c249ddbb54bad034a7ae3dce798 NeedsCompilation: no Packaged: 2026-07-03 17:48:50 UTC; root Author: Alex Hayes [aut, cre, cph] (ORCID: ) Maintainer: Alex Hayes