Package: filearray
Type: Package
Title: File-Backed Array for Out-of-Memory Computation
Version: 0.1.0
Language: en-US
Encoding: UTF-8
License: LGPL-3
URL: http://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, integer, logical and raw).
Imports: methods, Rcpp
Suggests: testthat (>= 3.0.0)
RoxygenNote: 7.1.1
LinkingTo: Rcpp
Config/testthat/edition: 3
NeedsCompilation: yes
Packaged: 2021-09-05 17:44:40 UTC; dipterix
Author: Zhengjia Wang [aut, cre, cph]
Maintainer: Zhengjia Wang <dipterix.wang@gmail.com>
Repository: CRAN
Date/Publication: 2021-09-08 08:20:05 UTC
