Package: LinkedMatrix
Version: 1.4.0
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'
NeedsCompilation: no
Packaged: 2020-05-21 21:53:06 UTC; agrueneberg
Author: Gustavo de los Campos [aut],
  Alexander Grueneberg [aut, cre]
Maintainer: Alexander Grueneberg <cran@agrueneberg.info>
Repository: CRAN
Date/Publication: 2020-05-22 10:20:02 UTC
Built: R 4.5.0; ; 2025-03-31 23:18:39 UTC; unix
