Package: bigsparser
Title: Sparse Matrix Format with Data on Disk
Version: 0.4.4
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'.
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 (>= 0.2)
Imports: Rcpp, bigassertr, methods
Suggests: Matrix, testthat (>= 2.1.0)
NeedsCompilation: yes
Packaged: 2021-03-27 10:30:52 UTC; au639593
Author: Florian Privé [aut, cre]
Maintainer: Florian Privé <florian.prive.21@gmail.com>
Repository: CRAN
Date/Publication: 2021-03-27 11:00:02 UTC
