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 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 Repository: https://rohelab.r-universe.dev Date/Publication: 2025-07-28 18:42:12 UTC RemoteUrl: https://github.com/rohelab/invertiforms RemoteRef: HEAD RemoteSha: 6c11f6677a937b8558b176957bd15477ab4ce20f NeedsCompilation: no Packaged: 2026-06-16 10:05:46 UTC; root Author: Alex Hayes [aut, cre, cph] (ORCID: ) Maintainer: Alex Hayes