Package: bigsparser
Title: Sparse Matrix Format with Data on Disk
Version: 0.6.0
Authors@R: 
    person(given = "Florian", family = "Privé", role = c("aut", "cre"),
           email = "florian.prive.21@gmail.com")
Description: Provides 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, rmio (>= 0.4)
Suggests: Matrix, testthat (>= 2.1.0)
NeedsCompilation: yes
Packaged: 2022-02-22 09:53:57 UTC; au639593
Author: Florian Privé [aut, cre]
Maintainer: Florian Privé <florian.prive.21@gmail.com>
Repository: CRAN
Date/Publication: 2022-02-22 11:10:05 UTC
Built: R 4.0.5; x86_64-apple-darwin17.0; 2022-02-23 11:29:59 UTC; unix
Archs: bigsparser.so.dSYM
