-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
27 lines (27 loc) · 848 Bytes
/
DESCRIPTION
File metadata and controls
27 lines (27 loc) · 848 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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'