Package: LinkedMatrix
Version: 1.1.0
License: MIT + file LICENSE
Title: Column-Linked and Row-Linked Matrices
Description: Matrices implemented as collections of matrix-like nodes, linked by
    columns or rows.
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
Suggests: testthat, ff
Collate: 'ColumnLinkedMatrix.R' 'RowLinkedMatrix.R' 'LinkedMatrix.R'
        'package.R' 'utils.R'
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-03-07 16:52:58 UTC; agrueneberg
Author: Gustavo de los Campos [aut],
  Alexander Grueneberg [aut, cre]
Maintainer: Alexander Grueneberg <alexander.grueneberg@googlemail.com>
Repository: CRAN
Date/Publication: 2016-03-07 23:14:57
