Package: LinkedMatrix
Version: 1.3.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 memory-mapped objects.
Authors@R: c(
    person("Gustavo", "de los Campos", email = "gustavoc@msu.edu", role = c("aut")),
    person("Alexander", "Grueneberg", email = "alexander.grueneberg@googlemail.com", role = c("aut", "cre")))
URL: https://github.com/QuantGen/LinkedMatrix
BugReports: https://github.com/QuantGen/LinkedMatrix/issues
Imports: methods, crochet
Suggests: BGData, ff, bigmemory, testthat
Collate: 'ColumnLinkedMatrix.R' 'RowLinkedMatrix.R' 'LinkedMatrix.R'
        'package.R' 'utils.R'
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2018-01-09 11:53:58 UTC; agrueneberg
Author: Gustavo de los Campos [aut],
  Alexander Grueneberg [aut, cre]
Maintainer: Alexander Grueneberg <alexander.grueneberg@googlemail.com>
Repository: CRAN
Date/Publication: 2018-01-09 15:08:57 UTC
