Package: filearray
Type: Package
Title: File-Backed Array for Out-of-Memory Computation
Version: 0.1.6
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: 
    rmarkdown,
    knitr,
    testthat (>= 3.0.0)
RoxygenNote: 7.2.3
LinkingTo: 
    BH,
    Rcpp
Config/testthat/edition: 3
VignetteBuilder: knitr
