-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
30 lines (30 loc) · 915 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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 = "[email protected]",
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