Package: bigsparser
Title: Sparse Matrix Format with Data on Disk
Version: 0.6.1
Authors@R: 
    person(given = "Florian", family = "Privé", role = c("aut", "cre"),
           email = "florian.prive.21@gmail.com")
Description: Provide a sparse matrix format with data stored on disk, to be
    used in both R and C++. This is intended for more efficient use of sparse 
    data in C++ and also when parallelizing, since data on disk does not need
    copying. Only a limited number of features will be implemented. For now,
    conversion can be performed from a 'dgCMatrix' or a 'dsCMatrix' from R 
    package 'Matrix'. A new compact format is also now available.
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.1.1
URL: https://github.com/privefl/bigsparser
BugReports: https://github.com/privefl/bigsparser/issues
Depends: R (>= 3.1)
LinkingTo: Rcpp, RcppEigen, rmio
Imports: Rcpp, bigassertr, methods, Matrix, rmio (>= 0.4)
Suggests: testthat (>= 2.1.0)
NeedsCompilation: yes
Packaged: 2022-06-06 06:25:00 UTC; au639593
Author: Florian Privé [aut, cre]
Maintainer: Florian Privé <florian.prive.21@gmail.com>
Repository: CRAN
Date/Publication: 2022-06-07 04:30:25 UTC
Built: R 4.2.0; aarch64-apple-darwin20; 2023-07-10 23:29:53 UTC; unix
Archs: bigsparser.so.dSYM
