- Fix a UBSAN error from Matrix in a vignette
- Caught by CRAN
- Update the
CONTRIBUTING.md
with the release process
- Same as previous version.
- Reworked getting started vignette to use temporary files
- Revised the package DESCRIPTION to adhere to CRAN guidelines.
- Updated examples for several functions to be self-contained and CRAN compliant.
- Enabled examples within the documentation
- Added documentation for releases
- Fixed dead URLs in README
- First CRAN compatible release attempt.
- Handle paths with
~
(#24) - Integrated support to handle integers in input files. (#25)
- Added support for handling
.mtx.gz
file formats. (#28) - Updated
fast_matrix_market
to1.7.4
- Improved error messages distinguishing between sparse and non-sparse matrices. (#26)
- Enhanced error messages for
sparse_to_fmm
function. (#27)
- Streamlined function naming for better clarity. (#29)
User facing functionality is not affected, write_fmm
still works.
- Streamlined the vignettes and readme.
- Support reading
R
numeric vectors (is.vector()
) - Support reading of
R
is.matrix()
numerical matrices - Support reading sparse matrices from Matrix.
- Added a performance benchmark for write and a basic introduction to the package.
- A full multi-OS set of tests conforming to CRAN submission requirements and ROpenSci is present. (#12)
- Support writing
R
numeric vectors (is.vector()
) - Support writing of
R
is.matrix()
numerical matrices - Support writing sparse matrices from Matrix.