Package: sparsio Type: Package Title: I/O Operations with Sparse Matrices Version: 1.0.1 Date: 2020-01-13 Authors@R: c(person("Dmitriy", "Selivanov", role = c("aut", "cre"), email = "selivanov.dmitriy@gmail.com"), person("Felix", "Riedel", role = c("aut"), email = "felix.riedel@gmail.com")) Maintainer: Dmitriy Selivanov Encoding: UTF-8 Description: Fast 'SVMlight' reader and writer. 'SVMlight' is most commonly used format for storing sparse matrices (possibly with some target variable) on disk. For additional information about 'SVMlight' format see . License: GPL (>= 2) | file LICENSE Depends: R (>= 3.1.0), methods Imports: Rcpp (>= 0.12.0), Matrix (>= 1.1) LinkingTo: Rcpp Suggests: testthat URL: https://github.com/dselivanov/sparsio BugReports: https://github.com/dselivanov/sparsio/issues RoxygenNote: 6.1.1 Repository: https://rexyai.r-universe.dev Date/Publication: 2020-01-13 07:08:24 UTC RemoteUrl: https://github.com/rexyai/sparsio RemoteRef: HEAD RemoteSha: 5cf9c19eadf578bd9a663e1cc862b7df63b708e7 NeedsCompilation: yes Packaged: 2026-06-22 08:16:42 UTC; root Author: Dmitriy Selivanov [aut, cre], Felix Riedel [aut]