-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
36 lines (36 loc) · 956 Bytes
/
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
Package: filearray
Type: Package
Title: File-Backed Array for Out-of-Memory Computation
Version: 0.1.9
Language: en-US
Encoding: UTF-8
License: LGPL-3
URL: https://dipterix.org/filearray/,
https://github.com/dipterix/filearray
BugReports: https://github.com/dipterix/filearray/issues
Authors@R: c(
person(
"Zhengjia", "Wang", role = c("aut", "cre", "cph"),
email = "dipterix.wang@gmail.com"
))
Description: Stores large arrays in files to avoid occupying large
memories. Implemented with super fast gigabyte-level multi-threaded
reading/writing via 'OpenMP'. Supports multiple non-character data
types (double, float, complex, integer, logical, and raw).
Imports:
digest,
fastmap (>= 1.1.1),
methods,
Rcpp,
uuid (>= 1.1.0)
Suggests:
bit64,
knitr,
rmarkdown,
testthat (>= 3.0.0)
RoxygenNote: 7.3.2
LinkingTo:
BH,
Rcpp
Config/testthat/edition: 3
VignetteBuilder: knitr