Package: fastMatMR 1.2.7

Rohit Goswami

fastMatMR: High-Performance Matrix Market File Operations

An interface to the 'fast_matrix_market' 'C++' library, this package offers efficient read and write operations for Matrix Market files in R. It supports both sparse and dense matrix formats. Peer-reviewed at 'rOpenSci' (<https://github.com/ropensci/software-review/issues/606>).

Authors:Rohit Goswami [aut, cre], Ildiko Czeller [rev], Adam Lugowski [ctb]

fastMatMR_1.2.7.tar.gz
fastMatMR_1.2.7.zip(r-4.7)fastMatMR_1.2.7.zip(r-4.6)fastMatMR_1.2.7.zip(r-4.5)
fastMatMR_1.2.7.tgz(r-4.6-x86_64)fastMatMR_1.2.7.tgz(r-4.6-arm64)fastMatMR_1.2.7.tgz(r-4.5-x86_64)fastMatMR_1.2.7.tgz(r-4.5-arm64)
fastMatMR_1.2.7.tar.gz(r-4.7-arm64)fastMatMR_1.2.7.tar.gz(r-4.7-x86_64)fastMatMR_1.2.7.tar.gz(r-4.6-arm64)fastMatMR_1.2.7.tar.gz(r-4.6-x86_64)
fastMatMR_1.2.7.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
fastMatMR/json (API)

# Install 'fastMatMR' in R:
install.packages('fastMatMR', repos = c('https://ropensci.r-universe.dev', 'https://cloud.r-project.org'))

Reviews:rOpenSci Software Review #606

Bug tracker:https://github.com/ropensci/fastmatmr/issues

Pkgdown/docs site:https://docs.ropensci.org

Uses libs:
  • c++– GNU Standard C++ Library v3

On CRAN:

Conda:

cpp17matrix-marketmatrix-market-formatr-cpp11cpp

5.26 score 5 stars 24 scripts 232 downloads 13 exports 1 dependencies

Last updated from:d89ff0a82e (on main). Checks:11 NOTE, 3 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64NOTE150
linux-devel-x86_64NOTE135
pkgdown docsOK294
source / vignettesOK207
linux-release-arm64NOTE143
linux-release-x86_64NOTE140
macos-release-arm64NOTE115
macos-release-x86_64NOTE209
macos-oldrel-arm64NOTE115
macos-oldrel-x86_64NOTE189
windows-develNOTE123
windows-releaseNOTE121
windows-oldrelNOTE112
wasm-releaseOK142

Exports:fmm_to_matfmm_to_spamfmm_to_sparse_Matrixfmm_to_SparseMfmm_to_vecintmat_to_fmmintvec_to_fmmmat_to_fmmspam_to_fmmsparse_Matrix_to_fmmSparseM_to_fmmvec_to_fmmwrite_fmm

Dependencies:cpp11

Benchmarking Sparse Matrix Market Read Operations
Introduction | Loading Packages | Benchmarking with Fixed Sparsity | Benchmarking with Varying Sparsity | Conclusions | Session Info

Last update: 2023-11-03
Started: 2023-09-02

Benchmarking Sparse Matrix Market Write Operations
Introduction | Loading Packages | Benchmarking with Fixed Sparsity | Benchmarking with Varying Sparsity | Conclusions | Session Info

Last update: 2023-11-03
Started: 2023-08-31

Getting Started
Introduction | Unique Features | Installation | Basic Usage | Writing Matrix Market files | With Dense Vectors | With Dense Matrices | With Sparse Matrices | Reading Matrix Market files | Addenum | Alternatives | Reading Back In Python

Last update: 2023-11-03
Started: 2023-10-24