-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1.37 KB
/
DESCRIPTION
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Package: bigmemory
Version: 4.6.4
Title: Manage Massive Matrices with Shared Memory and Memory-Mapped Files
Authors@R: c(
person(given = "Michael J.",
family = "Kane",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1899-6662")),
person(given = "John W.",
family = "Emerson",
role = "aut",
email = "[email protected]"),
person(given = "Peter",
family = "Haverty",
role = "aut",
email = "[email protected]"),
person(given = "Charles",
family = "Determan",
role = "aut",
email = "[email protected]")
)
Depends:
R (>= 3.2.0),
Imports:
bigmemory.sri,
methods,
utils,
Rcpp,
uuid (>= 1.0-2)
Enhances:
biganalytics,
bigtabulate
LinkingTo:
BH,
uuid (>= 1.0-2),
Rcpp
Encoding: UTF-8
Description: Create, store, access, and manipulate massive matrices.
Matrices are allocated to shared memory and may use memory-mapped
files. Packages 'biganalytics', 'bigtabulate', 'synchronicity', and
'bigalgebra' provide advanced functionality.
License: LGPL-3 | Apache License 2.0
URL: https://github.com/kaneplusplus/bigmemory
BugReports: https://github.com/kaneplusplus/bigmemory/issues
LazyLoad: yes
Suggests:
testthat,
remotes
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)