Package: LinkedMatrix Version: 1.4.0.9000 License: MIT + file LICENSE Title: Column-Linked and Row-Linked Matrices Description: A class that links matrix-like objects (nodes) by rows or by columns while behaving similarly to a base R matrix. Very large matrices are supported if the nodes are file-backed matrices. Authors@R: c( person("Gustavo", "de los Campos", email = "gustavoc@msu.edu", role = c("aut")), person("Alexander", "Grueneberg", email = "cran@agrueneberg.info", role = c("aut", "cre"))) URL: https://github.com/QuantGen/LinkedMatrix BugReports: https://github.com/QuantGen/LinkedMatrix/issues Depends: R (>= 3.0.2) Imports: methods, crochet (>= 2.3.0) Suggests: BGData, ff, bigmemory, tinytest Collate: 'ColumnLinkedMatrix.R' 'RowLinkedMatrix.R' 'LinkedMatrix.R' 'utils.R' Repository: https://quantgen.r-universe.dev Date/Publication: 2020-05-22 21:15:14 UTC RemoteUrl: https://github.com/quantgen/linkedmatrix RemoteRef: HEAD RemoteSha: 01834a8b5772714a1ab1c0ce091e1118f1ed9de1 NeedsCompilation: no Packaged: 2026-07-03 18:58:55 UTC; root Author: Gustavo de los Campos [aut], Alexander Grueneberg [aut, cre] Maintainer: Alexander Grueneberg