-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
39 lines (39 loc) · 995 Bytes
/
DESCRIPTION
File metadata and controls
39 lines (39 loc) · 995 Bytes
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
31
32
33
34
35
36
37
38
39
Package: invertiforms
Title: Invertible Transforms for Matrices
Version: 0.1.1.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 composable invertible transforms for
(sparse) matrices.
License: MIT + file LICENSE
URL: https://rohelab.github.io/invertiforms/,
https://github.com/RoheLab/invertiforms
BugReports: https://github.com/RoheLab/invertiforms/issues
Depends:
Matrix,
methods
Imports:
sparseLRMatrix (>= 0.1.0),
glue
Suggests:
covr,
testthat (>= 3.0.0),
igraph,
igraphdata
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Collate:
's4-generics.R'
'DoubleCenter.R'
'NormalizedLaplacian.R'
'PerturbedLaplacian.R'
'RegularizedLaplacian.R'
'invertiforms-package.R'
'utils.R'
Config/testthat/edition: 3