Package: bigsparser Title: Sparse Matrix Format with Data on Disk Version: 0.7.4 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 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 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) Repository: https://privefl.r-universe.dev Date/Publication: 2026-03-23 18:56:20 UTC RemoteUrl: https://github.com/privefl/bigsparser RemoteRef: HEAD RemoteSha: ee63d58dbbd8b11cbf15ab02b83f0e5af5ba35ec NeedsCompilation: yes Packaged: 2026-06-24 03:39:57 UTC; root Author: Florian Privé [aut, cre] Maintainer: Florian Privé