Package: filearray
Type: Package
Title: File-Backed Array for Out-of-Memory Computation
Version: 0.2.0
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
NeedsCompilation: yes
Packaged: 2025-04-01 15:57:07 UTC; dipterix
Author: Zhengjia Wang [aut, cre, cph]
Maintainer: Zhengjia Wang <dipterix.wang@gmail.com>
Repository: CRAN
Date/Publication: 2025-04-01 16:30:01 UTC
Built: R 4.6.0; x86_64-w64-mingw32; 2025-11-02 02:39:07 UTC; windows
Archs: x64
